mirror of
https://github.com/curl/curl.git
synced 2026-08-05 08:16:17 +03:00
use the proper type for formposts, not the deprecated one
This commit is contained in:
parent
252423a725
commit
e5cd0cc402
3 changed files with 3 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ int Curl_FormInit(struct Form *form, struct FormData *formdata );
|
|||
|
||||
CURLcode
|
||||
Curl_getFormData(struct FormData **,
|
||||
struct HttpPost *post,
|
||||
struct curl_httppost *post,
|
||||
int *size);
|
||||
|
||||
/* fread() emulation */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue