diff options
Diffstat (limited to 'src/fetch.h')
-rw-r--r-- | src/fetch.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fetch.h b/src/fetch.h index 6ca21d5b4..a45d936a9 100644 --- a/src/fetch.h +++ b/src/fetch.h @@ -7,7 +7,12 @@ #ifndef INCLUDE_fetch_h__ #define INCLUDE_fetch_h__ +#include "netops.h" + int git_fetch_negotiate(git_remote *remote); int git_fetch_download_pack(char **out, git_remote *remote); +int git_fetch__download_pack(char **out, const char *buffered, size_t buffered_size, + GIT_SOCKET fd, git_repository *repo); + #endif |