Skip to content

Commit 81e4d5e

Browse files
author
John Haley
committed
Added callback data for git_cred_acquire_cd
1 parent 9498409 commit 81e4d5e

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

generate/callbacks.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,34 @@
5555
"returnSuccess": 0,
5656
"returnError": -1
5757
},
58+
"git_cred_acquire_cb": {
59+
"args": [
60+
{
61+
"name": "cred",
62+
"cType": "git_cred **"
63+
},
64+
{
65+
"name": "url",
66+
"cType": "const char *"
67+
},
68+
{
69+
"name": "username_from_url",
70+
"cType": "const char *"
71+
},
72+
{
73+
"name": "allowed_types",
74+
"cType": "unsigned int"
75+
},
76+
{
77+
"name": "payload",
78+
"cType": "void *"
79+
}
80+
],
81+
"returnType": "int",
82+
"returnNoResults": 1,
83+
"returnSuccess": 0,
84+
"returnError": -1
85+
},
5886
"git_diff_notify_cb": {
5987
"args": [
6088
{

0 commit comments

Comments
 (0)