aboutsummaryrefslogtreecommitdiff
path: root/lib/formdata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-12 14:22:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-12 14:22:16 +0000
commit94a1d09ac7500afdd6f3cef3fbfefa16072f2704 (patch)
tree4612e1d798f0138c1362409cd99c892884b17864 /lib/formdata.h
parent230a75091b73273e265ffc57981bfff3fb2cab5a (diff)
more variable type fixing for the huge posts
Diffstat (limited to 'lib/formdata.h')
-rw-r--r--lib/formdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/formdata.h b/lib/formdata.h
index 6fdec9f13..df6ae3ac0 100644
--- a/lib/formdata.h
+++ b/lib/formdata.h
@@ -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,