aboutsummaryrefslogtreecommitdiff
path: root/lib/getenv.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-05 10:11:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-05 10:11:41 +0000
commit4031104404c6ceed5e57134125dcdb6cac51c564 (patch)
tree18bd035e58e42180cf416d0d94d4726cd44d9d7f /lib/getenv.c
parent9f9cac7402f9f134be6f6d5b7fb830e9946a83d8 (diff)
Internal symbols that aren't static are now prefixed with 'Curl_'
Diffstat (limited to 'lib/getenv.c')
-rw-r--r--lib/getenv.c1
1 files changed, 1 insertions, 0 deletions
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