X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;fp=src%2Foptions.h;h=b527829ef82680f21da8591e6837d13d6c0cf28a;hp=06783cc3eeed9907d03730896348694b47da413f;hb=dfa1f4e0646f6fab5b768fd67477601126070dbc;hpb=43c89ab7a5b20a84c0f393cb5393b68d3ce382fe 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. */