summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-04-02 16:50:31 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-04-02 16:50:31 +0000
commitfd2a53519878cb9e1c93e078182ab5fc7f4a09a5 (patch)
treefc3ea5a3b6de4d96e1a7a5cef4a77b4b27d04e3a /src/include
parent25f62e796160347f2eac2bcc8f50496cf5e485f3 (diff)
downloadkrb5-fd2a53519878cb9e1c93e078182ab5fc7f4a09a5.tar.gz
krb5-fd2a53519878cb9e1c93e078182ab5fc7f4a09a5.tar.xz
krb5-fd2a53519878cb9e1c93e078182ab5fc7f4a09a5.zip
include <string.h> for stdc, too, and remove those decl's from <stdlib.h>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@447 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ext-proto.h10
1 files 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 <krb5/copyright.h>
-#ifndef __EXT_PROTO__
-#define __EXT_PROTO__
+#ifndef KRB5_EXT_PROTO__
+#define KRB5_EXT_PROTO__
#ifdef __STDC__
#include <stdlib.h>
#else
-
extern char *malloc(), *index(), *calloc();
extern char *getenv();
+#endif /* ! __STDC__ */
#include <string.h>
-#endif /* ! __STDC__ */
-
-#endif /* __EXT_PROTO__ */
+#endif /* KRB5_EXT_PROTO__ */