aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_mprintf.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_mprintf.3
parentec113aefb96008654b64283fc5da4bd675e35bcc (diff)
these functions are marked to get removed from the public API "soon"
Diffstat (limited to 'docs/libcurl/curl_mprintf.3')
-rw-r--r--docs/libcurl/curl_mprintf.38
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/libcurl/curl_mprintf.3 b/docs/libcurl/curl_mprintf.3
index 68621ff0b..c7c7d598c 100644
--- a/docs/libcurl/curl_mprintf.3
+++ b/docs/libcurl/curl_mprintf.3
@@ -1,8 +1,6 @@
-.\" You can view this file with:
-.\" nroff -man [file]
.\" $Id$
.\"
-.TH curl_printf 3 "20 April 2001" "libcurl 7.7.2" "libcurl Manual"
+.TH curl_printf 3 "30 April 2004" "libcurl 7.12" "libcurl Manual"
.SH NAME
curl_maprintf, curl_mfprintf, curl_mprintf, curl_msnprintf, curl_msprintf
curl_mvaprintf, curl_mvfprintf, curl_mvprintf, curl_mvsnprintf,
@@ -79,6 +77,10 @@ To easily use all these cloned functions instead of the normal ones, #define
_MPRINTF_REPLACE before you include the <curl/mprintf.h> file. Then all the
normal names like printf, fprintf, sprintf etc will use the curl-functions
instead.
+.SH AVAILABILITY
+These function will be removed from the public libcurl API in a near
+future. They will instead be made "available" by source code access only, and
+then as curlx_-prefixed functions. See lib/README.curlx for further details.
.SH RETURN VALUE
The \fBcurl_maprintf\fP and \fBcurl_mvaprintf\fP functions return a pointer to
a newly allocated string, or NULL it it failed.