aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_getenv.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-30 08:38:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-30 08:38:08 +0000
commit38cc79a54ff11e96e527666137fc9eb77db96c60 (patch)
treeedd8ab48beca031e451fcc3b0c21c2dc8b4d8741 /docs/libcurl/curl_getenv.3
parentec113aefb96008654b64283fc5da4bd675e35bcc (diff)
these functions are marked to get removed from the public API "soon"
Diffstat (limited to 'docs/libcurl/curl_getenv.3')
-rw-r--r--docs/libcurl/curl_getenv.38
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/libcurl/curl_getenv.3 b/docs/libcurl/curl_getenv.3
index 5cfd3a496..fab2e5e73 100644
--- a/docs/libcurl/curl_getenv.3
+++ b/docs/libcurl/curl_getenv.3
@@ -1,8 +1,6 @@
-.\" You can view this file with:
-.\" nroff -man [file]
.\" $Id$
.\"
-.TH curl_getenv 3 "15 August 2001" "libcurl 7.8.1" "libcurl Manual"
+.TH curl_getenv 3 "30 April 2004" "libcurl 7.12" "libcurl Manual"
.SH NAME
curl_getenv - return value for environment name
.SH SYNOPSIS
@@ -14,6 +12,10 @@ curl_getenv - return value for environment name
curl_getenv() is a portable wrapper for the getenv() function, meant to
emulate its behaviour and provide an identical interface for all operating
systems libcurl builds on (including win32).
+.SH AVAILABILITY
+This function will be removed from the public libcurl API in a near future. It
+will instead be made "available" by source code access only, and then as
+curlx_getenv().
.SH RETURN VALUE
If successful, curl_getenv() returns a pointer to the value of the specified
environment. The memory it refers to is malloc()ed why the application must