summaryrefslogtreecommitdiff
path: root/src/fetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch.h')
-rw-r--r--src/fetch.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/fetch.h b/src/fetch.h
index 059251d04..9605da1b5 100644
--- a/src/fetch.h
+++ b/src/fetch.h
@@ -11,10 +11,7 @@
int git_fetch_negotiate(git_remote *remote);
-int git_fetch_download_pack(
- git_remote *remote,
- git_transfer_progress_callback progress_cb,
- void *progress_payload);
+int git_fetch_download_pack(git_remote *remote);
int git_fetch__download_pack(
git_transport *t,