projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92849a8
)
changes for narrow/wide prototypes
author
John Kohl
<jtkohl@mit.edu>
Mon, 19 Nov 1990 14:02:48 +0000
(14:02 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Mon, 19 Nov 1990 14:02:48 +0000
(14:02 +0000)
>> .
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1460
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/krb/int-proto.h
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/int-proto.h
b/src/lib/krb5/krb/int-proto.h
index fb032280b59a09e304a016dbd78a78b5b7336574..8366192898bd58ec766e8d2435a673f25ea8170e 100644
(file)
--- a/
src/lib/krb5/krb/int-proto.h
+++ b/
src/lib/krb5/krb/int-proto.h
@@
-15,6
+15,9
@@
#ifndef KRB5_INT_FUNC_PROTO__
#define KRB5_INT_FUNC_PROTO__
+/* widen prototypes, if needed */
+#include <krb5/widen.h>
+
krb5_error_code krb5_tgtname
PROTOTYPE((const krb5_data *,
const krb5_data *,
@@
-32,5
+35,8
@@
krb5_error_code krb5_walk_realm_tree
void krb5_free_realm_tree
PROTOTYPE((const krb5_principal *));
+/* and back to normal... */
+#include <krb5/narrow.h>
+
#endif /* KRB5_INT_FUNC_PROTO__ */