Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / docs / libcurl / curl_formfree.3
blob5e55a45dc5644cb69786ac9a3b815077fe8404df
1 .\" You can view this file with:
2 .\" nroff -man [file]
3 .\" $Id: curl_formfree.3,v 1.1.1.1 2008-09-23 16:32:05 hoffman Exp $
4 .\"
5 .TH curl_formfree 3 "6 April 2001" "libcurl 7.7.1" "libcurl Manual"
6 .SH NAME
7 curl_formfree - free a previously build multipart/formdata HTTP POST chain
8 .SH SYNOPSIS
9 .B #include <curl/curl.h>
10 .sp
11 .BI "void curl_formfree(struct curl_httppost *" form);
12 .ad
13 .SH DESCRIPTION
14 curl_formfree() is used to clean up data previously built/appended with
15 \fIcurl_formadd(3)\fP. This must be called when the data has been used, which
16 typically means after the \fIcurl_easy_perform(3)\fP has been called.
17 .SH RETURN VALUE
18 None
19 .SH "SEE ALSO"
20 .BR curl_formadd "(3) "