summaryrefslogtreecommitdiff
path: root/src/transports/smart.h
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2012-12-10 11:11:01 -0800
committerBen Straub <bs@github.com>2012-12-10 11:11:01 -0800
commit59bccf33c4de1124f2effd5d4b1a9ef44babefd0 (patch)
tree82d4af3f511054016162c789655f760c184fe517 /src/transports/smart.h
parent72629a10e3420b7e20b2e349446b4babbed5eb2c (diff)
downloadlibgit2-59bccf33c4de1124f2effd5d4b1a9ef44babefd0.tar.gz
Add a payload param to git_cred_acquire_cb
Fixes #1128.
Diffstat (limited to 'src/transports/smart.h')
-rw-r--r--src/transports/smart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transports/smart.h b/src/transports/smart.h
index ea2784bb1..c86b1cbec 100644
--- a/src/transports/smart.h
+++ b/src/transports/smart.h
@@ -125,6 +125,7 @@ typedef struct {
git_remote *owner;
char *url;
git_cred_acquire_cb cred_acquire_cb;
+ void *cred_acquire_payload;
int direction;
int flags;
git_transport_message_cb progress_cb;