From d651bf061a41fb728bb41a23e7c441799bbbadaa Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 8 Feb 1990 10:24:51 +0000 Subject: [PATCH] fix remaining prototype confusion git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@325 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/func-proto.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h index aa05be812..74620c343 100644 --- a/src/include/krb5/func-proto.h +++ b/src/include/krb5/func-proto.h @@ -73,7 +73,7 @@ krb5_error_code krb5_get_in_tkt krb5_address **, krb5_enctype, krb5_keytype, - krb5_error_code (* )(int, /* promoted krb5_keytype */ + krb5_error_code (* )(krb5_keytype, krb5_keyblock **, krb5_pointer ), krb5_pointer, @@ -85,8 +85,8 @@ krb5_error_code krb5_get_in_tkt krb5_error_code krb5_get_in_tkt_with_password PROTOTYPE((krb5_flags, krb5_address **, - int, /* promoted from krb5_enctype */ - int, /* promoted from krb5_keytype */ + krb5_enctype, + krb5_keytype, char *, krb5_ccache, krb5_creds * )); -- 2.26.2