diff options
Diffstat (limited to 'include/git2/sys')
| -rw-r--r-- | include/git2/sys/transport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/sys/transport.h b/include/git2/sys/transport.h index 2cb1a97eb..d6ca8ff05 100644 --- a/include/git2/sys/transport.h +++ b/include/git2/sys/transport.h @@ -61,7 +61,7 @@ struct git_transport { git_transport *transport); /* Executes the push whose context is in the git_push object. */ - int (*push)(git_transport *transport, git_push *push); + int (*push)(git_transport *transport, git_push *push, const git_remote_callbacks *callbacks); /* This function may be called after a successful call to connect(), when * the direction is FETCH. The function performs a negotiation to calculate |
