aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
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 */