fixed 'storefread' to not make a warning

This commit is contained in:
Daniel Stenberg 2001-05-07 11:17:18 +00:00
parent 3654bd1b56
commit 85631150ce
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ struct HTTP {
/* For FORM posting */ /* For FORM posting */
struct Form form; struct Form form;
size_t (*storefread)(char *, size_t , size_t , FILE *); curl_read_callback storefread;
FILE *in; FILE *in;
struct Curl_chunker chunk; struct Curl_chunker chunk;