diff options
author | Jacques Germishuys <jacquesg@striata.com> | 2014-04-21 10:55:37 +0200 |
---|---|---|
committer | Jacques Germishuys <jacquesg@striata.com> | 2014-04-21 10:55:37 +0200 |
commit | 98020d3a73743d79c6acd380339b1d743205a86b (patch) | |
tree | 9a9f174d0284a5293c6d1f12112ffcebbeb9877f /include | |
parent | 4f62163ead2bde1af3cd7d0c0b8990e1831d3ffd (diff) | |
download | libgit2-98020d3a73743d79c6acd380339b1d743205a86b.tar.gz |
Rename progress callback to sideband_progress
Diffstat (limited to 'include')
-rw-r--r-- | include/git2/remote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h index d57321f03..06fc8e90d 100644 --- a/include/git2/remote.h +++ b/include/git2/remote.h @@ -457,7 +457,7 @@ struct git_remote_callbacks { * progress side-band will be passed to this function (this is * the 'counting objects' output. */ - int (*progress)(const char *str, int len, void *data); + int (*sideband_progress)(const char *str, int len, void *data); /** * Completion is called when different parts of the download |