From: John Kohl Date: Mon, 19 Nov 1990 14:02:48 +0000 (+0000) Subject: changes for narrow/wide prototypes X-Git-Tag: krb5-1.0-alpha3~133 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f65df9c396cfce868e3cff17fea822ca3dcf6fd8;p=krb5.git changes for narrow/wide prototypes >> . git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1460 dc483132-0cff-0310-8789-dd5450dbe970 --- 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__ */