summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-02-08 10:24:51 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-02-08 10:24:51 +0000
commitd651bf061a41fb728bb41a23e7c441799bbbadaa (patch)
tree904b0da5e21e8290758e47f349ca4efd99baa8f0 /src/include
parent71254369aefa0b94a7d4e9731ed59bd435b5de69 (diff)
downloadkrb5-d651bf061a41fb728bb41a23e7c441799bbbadaa.tar.gz
krb5-d651bf061a41fb728bb41a23e7c441799bbbadaa.tar.xz
krb5-d651bf061a41fb728bb41a23e7c441799bbbadaa.zip
fix remaining prototype confusion
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@325 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/func-proto.h6
1 files 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 * ));