summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-11-19 14:02:48 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-11-19 14:02:48 +0000
commitf65df9c396cfce868e3cff17fea822ca3dcf6fd8 (patch)
tree5a35a458783db76396985c2a7512a039e7b97be2 /src/lib
parent92849a8254cd1f6a3df23e866b1a77733b2f1820 (diff)
downloadkrb5-f65df9c396cfce868e3cff17fea822ca3dcf6fd8.tar.gz
krb5-f65df9c396cfce868e3cff17fea822ca3dcf6fd8.tar.xz
krb5-f65df9c396cfce868e3cff17fea822ca3dcf6fd8.zip
changes for narrow/wide prototypes
>> . git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1460 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/krb/int-proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/krb5/krb/int-proto.h b/src/lib/krb5/krb/int-proto.h
index fb032280b..836619289 100644
--- 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__ */