summaryrefslogtreecommitdiffstats
path: root/src/include/krb5
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-02-12 09:43:21 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-02-12 09:43:21 +0000
commit91e12b38c7d39884e6a224af38db0c87a50a12c9 (patch)
tree5e0cf98845647b3ac348439a5f2fc7314e9bf412 /src/include/krb5
parent5f0510fba5a7a2b00caa500cc2dfcf2de21c615f (diff)
downloadkrb5-91e12b38c7d39884e6a224af38db0c87a50a12c9.tar.gz
krb5-91e12b38c7d39884e6a224af38db0c87a50a12c9.tar.xz
krb5-91e12b38c7d39884e6a224af38db0c87a50a12c9.zip
add char *getenv()
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@342 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5')
-rw-r--r--src/include/krb5/ext-proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/krb5/ext-proto.h b/src/include/krb5/ext-proto.h
index 8a6185e7b..cb05730a7 100644
--- 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>