]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
correct the input data structs
authorDaniel Stenberg <daniel@haxx.se>
Mon, 23 Feb 2004 09:01:08 +0000 (09:01 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Feb 2004 09:01:08 +0000 (09:01 +0000)
docs/libcurl/curl_formadd.3
docs/libcurl/curl_formfree.3

index 8ede2bbb2229a0b0cc56b8adfd474121586f4c7d..9802351d1557b5f0a0b52c35b8f26b05d7e3ef5c 100644 (file)
@@ -8,8 +8,8 @@ curl_formadd - add a section to a multipart/formdata HTTP POST
 .SH SYNOPSIS
 .B #include <curl/curl.h>
 .sp
-.BI "CURLFORMcode curl_formadd(struct HttpPost ** " firstitem,
-.BI "struct HttpPost ** " lastitem, " ...);"
+.BI "CURLFORMcode curl_formadd(struct curl_httppost ** " firstitem,
+.BI "struct curl_httppost ** " lastitem, " ...);"
 .ad
 .SH DESCRIPTION
 curl_formadd() is used to append sections when building a multipart/formdata
index 3bf3f999be701a9d19a236d2b5f517e37405d6ae..263d9aa379eb0497801e9c9a9fa28a09455add24 100644 (file)
@@ -8,7 +8,7 @@ curl_formfree - free a previously build multipart/formdata HTTP POST chain
 .SH SYNOPSIS
 .B #include <curl/curl.h>
 .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