aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-11-27 07:27:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-11-27 07:27:32 +0000
commitdccc77a32595f39c01198ccdd9e2c7794588c556 (patch)
tree6acc527ac1eba4da7eedb1b856c3e144e8e3a487 /lib/urldata.h
parent13ac89af24f8d478147d091d652a8599399311b8 (diff)
Eric Lavigne updates
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 6749113fe..29de65037 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -246,7 +246,7 @@ struct connectdata {
char *range; /* range, if used. See README for detailed specification on
this syntax. */
- int resume_from; /* continue [ftp] transfer from here */
+ ssize_t resume_from; /* continue [ftp] transfer from here */
char *proxyhost; /* name of the http proxy host */