diff options
Diffstat (limited to 'src/fetch.h')
-rw-r--r-- | src/fetch.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fetch.h b/src/fetch.h new file mode 100644 index 000000000..2856f12ee --- /dev/null +++ b/src/fetch.h @@ -0,0 +1,6 @@ +#ifndef INCLUDE_fetch_h__ +#define INCLUDE_fetch_h__ + +int git_fetch_negotiate(git_remote *remote); + +#endif |