aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_formparse.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-03-04 10:09:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-03-04 10:09:48 +0000
commit01f04b9a4127aa2bfb9cdaa8b2d4114268f45514 (patch)
treea4245a962cd4878986473a539e08dac49c14364f /docs/libcurl/curl_formparse.3
parent34f9ab1046d178e6512c966f4aad5e6a5a46ad33 (diff)
ripped out from ../ and put in its own directory now
Diffstat (limited to 'docs/libcurl/curl_formparse.3')
-rw-r--r--docs/libcurl/curl_formparse.318
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/libcurl/curl_formparse.3 b/docs/libcurl/curl_formparse.3
new file mode 100644
index 000000000..bc7accba3
--- /dev/null
+++ b/docs/libcurl/curl_formparse.3
@@ -0,0 +1,18 @@
+.\" You can view this file with:
+.\" nroff -man [file]
+.\" $Id$
+.\"
+.TH curl_formparse 3 "17 Dec 2001" "libcurl 7.9.2" "libcurl Manual"
+.SH NAME
+curl_formparse - add a section to a multipart/formdata HTTP POST:
+deprecated (use curl_formadd instead)
+.SH SYNOPSIS
+.B #include <curl/curl.h>
+.sp
+.BI "CURLcode curl_formparse(char * " string, " struct HttpPost ** " firstitem,
+.BI "struct HttpPost ** " lastitem ");"
+.ad
+.SH DESCRIPTION
+This has been removed deliberately. The \fBcurl_formadd\fP has been introduced
+to replace this function. Do not use this. Convert to the new function
+now. curl_formparse() will be removed from a future version of libcurl.