Skip to content

Commit f512bd9

Browse files
committed
Add wrongly deleted declaration.
1 parent bda601a commit f512bd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pygit2/decl.h

+3
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,9 @@ int git_refspec_dst_matches(const git_refspec *refspec, const char *refname);
306306
int git_refspec_transform(git_buf *buf, const git_refspec *spec, const char *name);
307307
int git_refspec_rtransform(git_buf *buf, const git_refspec *spec, const char *name);
308308

309+
int git_cred_username_new(
310+
git_cred **out,
311+
const char *username);
309312
int git_cred_userpass_plaintext_new(
310313
git_cred **out,
311314
const char *username,

0 commit comments

Comments
 (0)