From f65df9c396cfce868e3cff17fea822ca3dcf6fd8 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 19 Nov 1990 14:02:48 +0000 Subject: [PATCH] changes for narrow/wide prototypes >> . git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1460 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/krb/int-proto.h | 6 ++++++ 1 file changed, 6 insertions(+) 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_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 + #endif /* KRB5_INT_FUNC_PROTO__ */ -- 2.26.2