diff options
| author | Vicent Martà <vicent@github.com> | 2012-12-10 11:40:49 -0800 |
|---|---|---|
| committer | Vicent Martà <vicent@github.com> | 2012-12-10 11:40:49 -0800 |
| commit | a72a8f34d3343c739579df912f2c46ebffc1143f (patch) | |
| tree | 82d4af3f511054016162c789655f760c184fe517 /src/remote.h | |
| parent | 72629a10e3420b7e20b2e349446b4babbed5eb2c (diff) | |
| parent | 59bccf33c4de1124f2effd5d4b1a9ef44babefd0 (diff) | |
| download | libgit2-a72a8f34d3343c739579df912f2c46ebffc1143f.tar.gz | |
Merge pull request #1132 from ben/cred-acquire-payload
Add a payload param to git_cred_acquire_cb
Diffstat (limited to 'src/remote.h')
| -rw-r--r-- | src/remote.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remote.h b/src/remote.h index 06f712fbc..8d3924497 100644 --- a/src/remote.h +++ b/src/remote.h @@ -23,6 +23,7 @@ struct git_remote { struct git_refspec fetch; struct git_refspec push; git_cred_acquire_cb cred_acquire_cb; + void *cred_acquire_payload; git_transport *transport; git_repository *repo; git_remote_callbacks callbacks; |
