From ac48668a549fe76648e0ac3f93c9943383e043f5 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 10 Nov 2013 18:02:01 +0000 Subject: curl folder renamed git-svn-id: http://svn.miranda-ng.org/main/trunk@6858 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../FTPFileYM/curl/docs/libcurl/curl_formfree.html | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 plugins/FTPFileYM/curl/docs/libcurl/curl_formfree.html (limited to 'plugins/FTPFileYM/curl/docs/libcurl/curl_formfree.html') diff --git a/plugins/FTPFileYM/curl/docs/libcurl/curl_formfree.html b/plugins/FTPFileYM/curl/docs/libcurl/curl_formfree.html new file mode 100644 index 0000000000..9ea2c743f7 --- /dev/null +++ b/plugins/FTPFileYM/curl/docs/libcurl/curl_formfree.html @@ -0,0 +1,59 @@ + + +curl_formfree man page + + + + +

NAME

+

curl_formfree - free a previously build multipart/formdata HTTP POST chain

SYNOPSIS

+

#include <curl/curl.h> +

void curl_formfree(struct curl_httppost * form); +

DESCRIPTION

+

curl_formfree() is used to clean up data previously built/appended with curl_formadd(3). This must be called when the data has been used, which typically means after curl_easy_perform(3) has been called. +

The pointer to free is the same pointer you passed to the CURLOPT_HTTPPOST option, which is the firstitem pointer from the curl_formadd(3) invoke(s). +

form is the pointer as returned from a previous call to curl_formadd(3) and may be NULL.

RETURN VALUE

+

None

SEE ALSO

+

curl_formadd (3)

+ This HTML page was made with roffit. + -- cgit v1.2.3