From cb0f6c46a922f7b2f66a787c575dd504aee78241 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 19 Apr 1990 18:00:23 +0000 Subject: [PATCH] add realloc(); rearrange a bit git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@527 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/ext-proto.h | 4 ++-- 1 file 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 #else -extern char *malloc(), *index(), *calloc(); -extern char *getenv(); +extern char *malloc(), *realloc(), *calloc(); +extern char *getenv(), *index(); #endif /* ! __STDC__ */ #include -- 2.26.2