From 08655d8d5d0ea980227096366c231693198e61d6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 21 Aug 2001 13:18:07 +0000 Subject: Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819 --- docs/curl_formparse.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/curl_formparse.3') diff --git a/docs/curl_formparse.3 b/docs/curl_formparse.3 index 6f0286adf..46d48e1fc 100644 --- a/docs/curl_formparse.3 +++ b/docs/curl_formparse.3 @@ -4,7 +4,8 @@ .\" .TH curl_formparse 3 "21 May 2001" "libcurl 7.7.4" "libcurl Manual" .SH NAME -curl_formparse - add a section to a multipart/formdata HTTP POST +curl_formparse - add a section to a multipart/formdata HTTP POST: +deprecated (use curl_formadd instead) .SH SYNOPSIS .B #include .sp @@ -79,6 +80,7 @@ Returns non-zero if an error occurs. .SH "SEE ALSO" .BR curl_easy_setopt "(3), " +.BR curl_formadd "(3), " .BR curl_formfree "(3) .SH BUGS Surely there are some, you tell me! -- cgit v1.2.3