aboutsummaryrefslogtreecommitdiff
path: root/lib/getenv.h
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.h
parent9f9cac7402f9f134be6f6d5b7fb830e9946a83d8 (diff)
Internal symbols that aren't static are now prefixed with 'Curl_'
Diffstat (limited to 'lib/getenv.h')
-rw-r--r--lib/getenv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/getenv.h b/lib/getenv.h
index 7373c1c9b..2922b6e92 100644
--- a/lib/getenv.h
+++ b/lib/getenv.h
@@ -23,7 +23,6 @@
* $Id$
*****************************************************************************/
-/* Unix and Win32 getenv function call */
-char *GetEnv(char *variable);
+#include <curl/curl.h>
#endif