From: John Kohl Date: Thu, 19 Apr 1990 18:00:23 +0000 (+0000) Subject: add realloc(); rearrange a bit X-Git-Tag: krb5-1.0-alpha2~868 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cb0f6c46a922f7b2f66a787c575dd504aee78241;p=krb5.git add realloc(); rearrange a bit git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@527 dc483132-0cff-0310-8789-dd5450dbe970 --- 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