projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
122ec78
)
need to widen a prototype
author
John Kohl
<jtkohl@mit.edu>
Wed, 5 Dec 1990 11:54:33 +0000
(11:54 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Wed, 5 Dec 1990 11:54:33 +0000
(11:54 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1531
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/krb/get_in_tkt.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/get_in_tkt.c
b/src/lib/krb5/krb/get_in_tkt.c
index fb2772fc507c2a69c1ec2246a76e79eeceb42526..e690f3650cb4ce7a3dee8fe6a5b4e241ae16021d 100644
(file)
--- a/
src/lib/krb5/krb/get_in_tkt.c
+++ b/
src/lib/krb5/krb/get_in_tkt.c
@@
-56,9
+56,13
@@
extern krb5_deltat krb5_clockskew;
/* some typedef's for the function args to make things look a bit cleaner */
+/* widen this prototype if need be */
+#include <krb5/widen.h>
typedef krb5_error_code (*git_key_proc) PROTOTYPE((const krb5_keytype,
krb5_keyblock **,
krb5_const_pointer ));
+#include <krb5/narrow.h>
+
typedef krb5_error_code (*git_decrypt_proc) PROTOTYPE((const krb5_keyblock *,
krb5_const_pointer,
krb5_kdc_rep * ));