From 38cc79a54ff11e96e527666137fc9eb77db96c60 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 30 Apr 2004 08:38:08 +0000 Subject: these functions are marked to get removed from the public API "soon" --- docs/libcurl/curl_getenv.3 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs/libcurl/curl_getenv.3') 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 -- cgit v1.2.3