summaryrefslogtreecommitdiffstats
path: root/src/windows/leashdll/leash-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/leashdll/leash-int.h')
-rw-r--r--src/windows/leashdll/leash-int.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/windows/leashdll/leash-int.h b/src/windows/leashdll/leash-int.h
index fb7617ed34..b5c0b2738b 100644
--- a/src/windows/leashdll/leash-int.h
+++ b/src/windows/leashdll/leash-int.h
@@ -162,7 +162,9 @@ BOOL IsKerberosLogon(VOID);
int Leash_krb5_error(krb5_error_code rc, LPCSTR FailedFunctionName,
int FreeContextFlag, krb5_context *ctx,
krb5_ccache *cache);
-int Leash_krb5_initialize(krb5_context *, krb5_ccache *);
+int Leash_krb5_initialize(krb5_context *);
+krb5_error_code
+Leash_krb5_cc_default(krb5_context *ctx, krb5_ccache *cache);
#endif /* NO_KRB5 */
LPSTR err_describe(LPSTR buf, long code);