summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-02-08 11:07:16 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-02-08 11:07:16 +0000
commit0981f0ca72810d2991ff2018a1ee61fb150f2aea (patch)
tree9f85bf149aed58bd86ee6d53b87970afc8032eb2 /src/include
parent7a0c7a3dcd2f3d478c08d16cc986016488f71542 (diff)
downloadkrb5-0981f0ca72810d2991ff2018a1ee61fb150f2aea.tar.gz
krb5-0981f0ca72810d2991ff2018a1ee61fb150f2aea.tar.xz
krb5-0981f0ca72810d2991ff2018a1ee61fb150f2aea.zip
fix krb5_get_in_tkt (needs ccache arg)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@327 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/func-proto.h3
1 files changed, 2 insertions, 1 deletions
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 **,