projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7125436
)
fix remaining prototype confusion
author
John Kohl
<jtkohl@mit.edu>
Thu, 8 Feb 1990 10:24:51 +0000
(10:24 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Thu, 8 Feb 1990 10:24:51 +0000
(10:24 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@325
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/func-proto.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/func-proto.h
b/src/include/krb5/func-proto.h
index aa05be81246dc6b0ef4513fb45ef2e646261045d..74620c3439b34f1bb94d14f53061bc20abf65e49 100644
(file)
--- 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 * ));