more variable type fixing for the huge posts

This commit is contained in:
Daniel Stenberg 2004-03-12 14:22:16 +00:00
parent 230a75091b
commit 94a1d09ac7
3 changed files with 4 additions and 4 deletions

View file

@ -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,