add realloc(); rearrange a bit
authorJohn Kohl <jtkohl@mit.edu>
Thu, 19 Apr 1990 18:00:23 +0000 (18:00 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 19 Apr 1990 18:00:23 +0000 (18:00 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@527 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ext-proto.h

index 133e311e2c2956758d17305aded326bc857652d0..021eff863a5a1392707393a3dc62f75db485419f 100644 (file)
@@ -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>