projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a666811
)
fix prototype (extra needed args, type of args)
author
John Kohl
<jtkohl@mit.edu>
Fri, 6 Apr 1990 13:26:38 +0000
(13:26 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 6 Apr 1990 13:26:38 +0000
(13:26 +0000)
to krb5_send_tgs
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@464
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 0cd95aa3f21c5dc4e553d030ffa668b0c1340480..9ef45818fed8b5a9ede2b93a85a9ab850e99fd6b 100644
(file)
--- a/
src/include/krb5/func-proto.h
+++ b/
src/include/krb5/func-proto.h
@@
-49,9
+49,10
@@
krb5_error_code krb5_send_tgs
PROTOTYPE((krb5_flags,
krb5_ticket_times *,
krb5_enctype,
+ krb5_cksumtype,
krb5_principal,
krb5_address **,
- krb5_
data
*,
+ krb5_
authdata *
*,
krb5_data *,
krb5_creds *,
krb5_response * ));