mirror of
https://github.com/curl/curl.git
synced 2026-08-06 15:56:14 +03:00
more variable type fixing for the huge posts
This commit is contained in:
parent
230a75091b
commit
94a1d09ac7
3 changed files with 4 additions and 4 deletions
|
|
@ -57,7 +57,7 @@ int Curl_FormInit(struct Form *form, struct FormData *formdata );
|
|||
CURLcode
|
||||
Curl_getFormData(struct FormData **,
|
||||
struct curl_httppost *post,
|
||||
size_t *size);
|
||||
curl_off_t *size);
|
||||
|
||||
/* fread() emulation */
|
||||
size_t Curl_FormReader(char *buffer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue