diff options
Diffstat (limited to 'include/git2/proxy.h')
-rw-r--r-- | include/git2/proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/proxy.h b/include/git2/proxy.h index f959ae2e2..653425dee 100644 --- a/include/git2/proxy.h +++ b/include/git2/proxy.h @@ -10,7 +10,7 @@ #include "common.h" #include "cert.h" -#include "cred.h" +#include "credential.h" GIT_BEGIN_DECL @@ -61,7 +61,7 @@ typedef struct { * Returning GIT_PASSTHROUGH will make libgit2 behave as * though this field isn't set. */ - git_cred_acquire_cb credentials; + git_credential_acquire_cb credentials; /** * If cert verification fails, this will be called to let the |