]> sjero.net Git - wget/blobdiff - src/options.h
Make wget capable of starting downloads from a specified position.
[wget] / src / options.h
index 06783cc3eeed9907d03730896348694b47da413f..b527829ef82680f21da8591e6837d13d6c0cf28a 100644 (file)
@@ -116,6 +116,7 @@ struct options
   bool ask_passwd;              /* Ask for password? */
 
   bool always_rest;            /* Always use REST. */
+  wgint start_pos;             /* Start position of a download. */
   char *ftp_user;              /* FTP username */
   char *ftp_passwd;            /* FTP password */
   bool netrc;                  /* Whether to read .netrc. */