From 4031104404c6ceed5e57134125dcdb6cac51c564 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 5 Jan 2001 10:11:41 +0000 Subject: Internal symbols that aren't static are now prefixed with 'Curl_' --- lib/getenv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/getenv.c') diff --git a/lib/getenv.c b/lib/getenv.c index 80c68f68a..0c23e76aa 100644 --- a/lib/getenv.c +++ b/lib/getenv.c @@ -33,6 +33,7 @@ #include "memdebug.h" #endif +static char *GetEnv(char *variable) { #ifdef WIN32 -- cgit v1.2.3