summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ext-proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/ext-proto.h b/src/include/krb5/ext-proto.h
index bae892cdd..1b5d669cf 100644
--- a/src/include/krb5/ext-proto.h
+++ b/src/include/krb5/ext-proto.h
@@ -24,7 +24,7 @@
#endif /* NO_STDLIB_H */
#else
extern char *malloc(), *realloc(), *calloc();
-extern char *getenv(), *index();
+extern char *getenv();
#endif /* ! __STDC__ */
#include <string.h>