projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3654bd1
)
fixed 'storefread' to not make a warning
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 7 May 2001 11:17:18 +0000
(11:17 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 7 May 2001 11:17:18 +0000
(11:17 +0000)
lib/urldata.h
patch
|
blob
|
history
diff --git
a/lib/urldata.h
b/lib/urldata.h
index a0580975d22e3c63cc92caf8765a9ff92ce4e4d4..fcb1db39ef22dbea3c57b705663d65351f3d4cc4 100644
(file)
--- a/
lib/urldata.h
+++ b/
lib/urldata.h
@@
-148,7
+148,7
@@
struct HTTP {
/* For FORM posting */
struct Form form;
-
size_t (*storefread)(char *, size_t , size_t , FILE *)
;
+
curl_read_callback storefread
;
FILE *in;
struct Curl_chunker chunk;