From fd2a53519878cb9e1c93e078182ab5fc7f4a09a5 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 2 Apr 1990 16:50:31 +0000 Subject: [PATCH] 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 --- src/include/krb5/ext-proto.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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__ */ -- 2.26.2