From: John Kohl Date: Mon, 2 Apr 1990 16:50:31 +0000 (+0000) Subject: include for stdc, too, and remove those decl's from X-Git-Tag: krb5-1.0-alpha2~941 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fd2a53519878cb9e1c93e078182ab5fc7f4a09a5;p=krb5.git include for stdc, too, and remove those decl's from git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@447 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/ext-proto.h b/src/include/krb5/ext-proto.h index cb05730a7..133e311e2 100644 --- a/src/include/krb5/ext-proto.h +++ b/src/include/krb5/ext-proto.h @@ -13,18 +13,16 @@ #include -#ifndef __EXT_PROTO__ -#define __EXT_PROTO__ +#ifndef KRB5_EXT_PROTO__ +#define KRB5_EXT_PROTO__ #ifdef __STDC__ #include #else - extern char *malloc(), *index(), *calloc(); extern char *getenv(); +#endif /* ! __STDC__ */ #include -#endif /* ! __STDC__ */ - -#endif /* __EXT_PROTO__ */ +#endif /* KRB5_EXT_PROTO__ */