mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
correct the input data structs
This commit is contained in:
parent
f35c28214e
commit
0b1f7995c5
@ -8,8 +8,8 @@ curl_formadd - add a section to a multipart/formdata HTTP POST
|
|||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B #include <curl/curl.h>
|
.B #include <curl/curl.h>
|
||||||
.sp
|
.sp
|
||||||
.BI "CURLFORMcode curl_formadd(struct HttpPost ** " firstitem,
|
.BI "CURLFORMcode curl_formadd(struct curl_httppost ** " firstitem,
|
||||||
.BI "struct HttpPost ** " lastitem, " ...);"
|
.BI "struct curl_httppost ** " lastitem, " ...);"
|
||||||
.ad
|
.ad
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
curl_formadd() is used to append sections when building a multipart/formdata
|
curl_formadd() is used to append sections when building a multipart/formdata
|
||||||
|
@ -8,7 +8,7 @@ curl_formfree - free a previously build multipart/formdata HTTP POST chain
|
|||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B #include <curl/curl.h>
|
.B #include <curl/curl.h>
|
||||||
.sp
|
.sp
|
||||||
.BI "void curl_formfree(struct HttpPost *" form);
|
.BI "void curl_formfree(struct curl_httppost *" form);
|
||||||
.ad
|
.ad
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
curl_formfree() is used to clean up data previously built/appended with
|
curl_formfree() is used to clean up data previously built/appended with
|
||||||
|
Loading…
Reference in New Issue
Block a user