From 0b1f7995c5296f53b577bbc73a55cb9acd85d33e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 23 Feb 2004 09:01:08 +0000 Subject: correct the input data structs --- docs/libcurl/curl_formfree.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/libcurl/curl_formfree.3') diff --git a/docs/libcurl/curl_formfree.3 b/docs/libcurl/curl_formfree.3 index 3bf3f999b..263d9aa37 100644 --- a/docs/libcurl/curl_formfree.3 +++ b/docs/libcurl/curl_formfree.3 @@ -8,7 +8,7 @@ curl_formfree - free a previously build multipart/formdata HTTP POST chain .SH SYNOPSIS .B #include .sp -.BI "void curl_formfree(struct HttpPost *" form); +.BI "void curl_formfree(struct curl_httppost *" form); .ad .SH DESCRIPTION curl_formfree() is used to clean up data previously built/appended with -- cgit v1.2.3