X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=b527829ef82680f21da8591e6837d13d6c0cf28a;hp=06783cc3eeed9907d03730896348694b47da413f;hb=320cfdcb658e8d6556ae9dfd902c2db1db866a6b;hpb=b65b9cb8c5f9e00a4bc35871cda07ea78874f01f diff --git a/src/options.h b/src/options.h index 06783cc3..b527829e 100644 --- a/src/options.h +++ b/src/options.h @@ -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. */