Install curl-7.21.1.tar.bz2
[msysgit.git] / mingw / share / man / man3 / curl_formfree.3
blob2fba295ab328c164eb6f41348638ddccf3a5b232
1 .\" You can view this file with:
2 .\" nroff -man [file]
3 .\"
4 .TH curl_formfree 3 "6 April 2001" "libcurl 7.7.1" "libcurl Manual"
5 .SH NAME
6 curl_formfree - free a previously build multipart/formdata HTTP POST chain
7 .SH SYNOPSIS
8 .B #include <curl/curl.h>
9 .sp
10 .BI "void curl_formfree(struct curl_httppost *" form);
11 .ad
12 .SH DESCRIPTION
13 curl_formfree() is used to clean up data previously built/appended with
14 \fIcurl_formadd(3)\fP. This must be called when the data has been used, which
15 typically means after \fIcurl_easy_perform(3)\fP has been called.
16 .SH RETURN VALUE
17 None
18 .SH "SEE ALSO"
19 .BR curl_formadd "(3) "