From: John Kohl Date: Mon, 12 Feb 1990 09:43:21 +0000 (+0000) Subject: add char *getenv() X-Git-Tag: krb5-1.0-alpha2~1042 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=91e12b38c7d39884e6a224af38db0c87a50a12c9;p=krb5.git add char *getenv() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@342 dc483132-0cff-0310-8789-dd5450dbe970 --- 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