diff options
Diffstat (limited to 'src/fetch.h')
-rw-r--r-- | src/fetch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fetch.h b/src/fetch.h index 1c75af9c3..10b6731f0 100644 --- a/src/fetch.h +++ b/src/fetch.h @@ -15,7 +15,7 @@ int git_fetch_negotiate(git_remote *remote, const git_fetch_options *opts); -int git_fetch_download_pack(git_remote *remote, const git_remote_callbacks *callbacks); +int git_fetch_download_pack(git_remote *remote); int git_fetch_setup_walk(git_revwalk **out, git_repository *repo); |