projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8e4756
)
Arg1 to kdb5_decode_kdc_rep() is no longer const
author
John Carr
<jfc@mit.edu>
Thu, 13 Dec 1990 08:31:52 +0000
(08:31 +0000)
committer
John Carr
<jfc@mit.edu>
Thu, 13 Dec 1990 08:31:52 +0000
(08:31 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1544
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 5df9db76056699c31de6906475532ec526c230c0..ee6173a49a25b5c56085231a7a12a3ba8eeb52bf 100644
(file)
--- a/
src/include/krb5/func-proto.h
+++ b/
src/include/krb5/func-proto.h
@@
-278,7
+278,7
@@
krb5_error_code krb5_get_in_tkt_with_skey
krb5_creds * ));
krb5_error_code krb5_decode_kdc_rep
- PROTOTYPE((
const
krb5_data *,
+ PROTOTYPE((krb5_data *,
const krb5_keyblock *,
const krb5_enctype,
krb5_kdc_rep ** ));