Work around MinGW mangling of "host:/path"
[msysgit/historical-msysgit.git] / mingw / share / man / man3 / curl_formfree.3
blob595b4e96ebe296c5cc381c42fa8b233cc2e24d5c
1 .\" You can view this file with:
2 .\" nroff -man [file]
3 .\" $Id: curl_formfree.3,v 1.3 2004/02/27 15:34:06 bagder 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) "