projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d651bf0
)
fix ordering of args in prototypes for decrypt procs
author
John Kohl
<jtkohl@mit.edu>
Thu, 8 Feb 1990 10:46:57 +0000
(10:46 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Thu, 8 Feb 1990 10:46:57 +0000
(10:46 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@326
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 74620c3439b34f1bb94d14f53061bc20abf65e49..a6625165bf0a41de88ed7e6b1ff039680e7eec29 100644
(file)
--- a/
src/include/krb5/func-proto.h
+++ b/
src/include/krb5/func-proto.h
@@
-77,9
+77,9
@@
krb5_error_code krb5_get_in_tkt
krb5_keyblock **,
krb5_pointer ),
krb5_pointer,
- krb5_error_code (* )(krb5_k
dc_rep
*,
- krb5_
keyblock *
,
- krb5_
pointer
),
+ krb5_error_code (* )(krb5_k
eyblock
*,
+ krb5_
pointer
,
+ krb5_
kdc_rep *
),
krb5_pointer,
krb5_creds * ));
krb5_error_code krb5_get_in_tkt_with_password