projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1467a4d
)
add realloc(); rearrange a bit
author
John Kohl
<jtkohl@mit.edu>
Thu, 19 Apr 1990 18:00:23 +0000
(18:00 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/include/krb5/ext-proto.h
b/src/include/krb5/ext-proto.h
index 133e311e2c2956758d17305aded326bc857652d0..021eff863a5a1392707393a3dc62f75db485419f 100644
(file)
--- 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>