summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-04-19 18:00:23 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-04-19 18:00:23 +0000
commitcb0f6c46a922f7b2f66a787c575dd504aee78241 (patch)
treed5b1476c49b7a6313a8c92d64367e97a57f882f1 /src/include
parent1467a4d73d9760ea8bbf4dfdf118b65c66c21ce1 (diff)
downloadkrb5-cb0f6c46a922f7b2f66a787c575dd504aee78241.tar.gz
krb5-cb0f6c46a922f7b2f66a787c575dd504aee78241.tar.xz
krb5-cb0f6c46a922f7b2f66a787c575dd504aee78241.zip
add realloc(); rearrange a bit
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@527 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ext-proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/krb5/ext-proto.h b/src/include/krb5/ext-proto.h
index 133e311e2..021eff863 100644
--- a/src/include/krb5/ext-proto.h
+++ b/src/include/krb5/ext-proto.h
@@ -19,8 +19,8 @@
#ifdef __STDC__
#include <stdlib.h>
#else
-extern char *malloc(), *index(), *calloc();
-extern char *getenv();
+extern char *malloc(), *realloc(), *calloc();
+extern char *getenv(), *index();
#endif /* ! __STDC__ */
#include <string.h>