projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f0510f
)
add char *getenv()
author
John Kohl
<jtkohl@mit.edu>
Mon, 12 Feb 1990 09:43:21 +0000
(09:43 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Mon, 12 Feb 1990 09:43:21 +0000
(09:43 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@342
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 8a6185e7ba480a31c9ea87ebcd9a640b37af15ad..cb05730a739effa4210a0daa4229b7e3117abbb9 100644
(file)
--- a/
src/include/krb5/ext-proto.h
+++ b/
src/include/krb5/ext-proto.h
@@
-21,6
+21,7
@@
#else
extern char *malloc(), *index(), *calloc();
+extern char *getenv();
#include <string.h>