summaryrefslogtreecommitdiff
path: root/src/fetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch.h')
-rw-r--r--src/fetch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fetch.h b/src/fetch.h
index 2856f12ee..ad4451ffe 100644
--- a/src/fetch.h
+++ b/src/fetch.h
@@ -2,5 +2,6 @@
#define INCLUDE_fetch_h__
int git_fetch_negotiate(git_remote *remote);
+int git_fetch_download_pack(char **out, git_remote *remote);
#endif