diff options
Diffstat (limited to 'examples/common.h')
-rw-r--r-- | examples/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/common.h b/examples/common.h index 5a029b49a..c01561b48 100644 --- a/examples/common.h +++ b/examples/common.h @@ -125,7 +125,7 @@ extern int resolve_refish(git_annotated_commit **commit, git_repository *repo, c /** * Acquire credentials via command line */ -extern int cred_acquire_cb(git_cred **out, +extern int cred_acquire_cb(git_credential **out, const char *url, const char *username_from_url, unsigned int allowed_types, |