diff options
Diffstat (limited to 'include/git2/push.h')
-rw-r--r-- | include/git2/push.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/push.h b/include/git2/push.h index 899d21e7f..7a8bec12c 100644 --- a/include/git2/push.h +++ b/include/git2/push.h @@ -148,7 +148,7 @@ GIT_EXTERN(int) git_push_finish(git_push *push); * * @return true if remote side successfully unpacked, false otherwise */ -GIT_EXTERN(int) git_push_unpack_ok(git_push *push); +GIT_EXTERN(int) git_push_unpack_ok(const git_push *push); /** * Invoke callback `cb' on each status entry |