From 465ae39e86396c2d1a84735164964a43a9c157e1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 4 Mar 2002 10:10:58 +0000 Subject: moved to the new libcurl/ directory --- docs/curl_formparse.3 | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 docs/curl_formparse.3 (limited to 'docs/curl_formparse.3') diff --git a/docs/curl_formparse.3 b/docs/curl_formparse.3 deleted file mode 100644 index bc7accba3..000000000 --- a/docs/curl_formparse.3 +++ /dev/null @@ -1,18 +0,0 @@ -.\" 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 -.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. -- cgit v1.2.3