summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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__ */