summaryrefslogtreecommitdiff
path: root/include/git2/remote.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 /include/git2/remote.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 'include/git2/remote.h')
-rw-r--r--include/git2/remote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h
index 6471acc6a..ecd597518 100644
--- a/include/git2/remote.h
+++ b/include/git2/remote.h
@@ -186,7 +186,7 @@ GIT_EXTERN(int) git_remote_ls(git_remote *remote, git_headlist_cb list_cb, void
* @param filename where to store the temporary filename
* @return 0 or an error code
*/
-GIT_EXTERN(int) git_remote_download(git_remote *remote, git_off_t *bytes, git_indexer_stats *stats);
+GIT_EXTERN(int) git_remote_download(git_remote *remote, git_off_t *bytes);
/**
* Check whether the remote is connected