summaryrefslogtreecommitdiff
path: root/src/fetch.h
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2012-10-16 13:10:27 -0700
committerBen Straub <bs@github.com>2012-10-19 19:34:14 -0700
commit3028be0723f42f31b1973da9f19f2b0468b11754 (patch)
tree077894f4f24a735cda1361680f14affa35efc37d /src/fetch.h
parent92f91b0e3bc3b7799b2b18ea07b167ad191a47a9 (diff)
downloadlibgit2-3028be0723f42f31b1973da9f19f2b0468b11754.tar.gz
Add git_indexer_stats field to git_remote
Also removing all the *stats parameters from external APIs that don't need them anymore.
Diffstat (limited to 'src/fetch.h')
-rw-r--r--src/fetch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fetch.h b/src/fetch.h
index 87bb43b07..ae030c6eb 100644
--- a/src/fetch.h
+++ b/src/fetch.h
@@ -10,7 +10,7 @@
#include "netops.h"
int git_fetch_negotiate(git_remote *remote);
-int git_fetch_download_pack(git_remote *remote, git_off_t *bytes, git_indexer_stats *stats);
+int git_fetch_download_pack(git_remote *remote, git_off_t *bytes);
int git_fetch__download_pack(git_transport *t, git_repository *repo, git_off_t *bytes, git_indexer_stats *stats);
int git_fetch_setup_walk(git_revwalk **out, git_repository *repo);