add char *getenv()
authorJohn Kohl <jtkohl@mit.edu>
Mon, 12 Feb 1990 09:43:21 +0000 (09:43 +0000)
committerJohn 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

index 8a6185e7ba480a31c9ea87ebcd9a640b37af15ad..cb05730a739effa4210a0daa4229b7e3117abbb9 100644 (file)
@@ -21,6 +21,7 @@
 #else
 
 extern char *malloc(), *index(), *calloc();
+extern char *getenv();
 
 #include <string.h>