From 0981f0ca72810d2991ff2018a1ee61fb150f2aea Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 8 Feb 1990 11:07:16 +0000 Subject: [PATCH] fix krb5_get_in_tkt (needs ccache arg) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@327 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/func-proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h index a6625165b..7f335738f 100644 --- a/src/include/krb5/func-proto.h +++ b/src/include/krb5/func-proto.h @@ -81,7 +81,8 @@ krb5_error_code krb5_get_in_tkt krb5_pointer, krb5_kdc_rep * ), krb5_pointer, - krb5_creds * )); + krb5_creds *, + krb5_ccache )); krb5_error_code krb5_get_in_tkt_with_password PROTOTYPE((krb5_flags, krb5_address **, -- 2.26.2