X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=b527829ef82680f21da8591e6837d13d6c0cf28a;hp=e00fadc784a537f0c287505a1873cf64b883c8b5;hb=320cfdcb658e8d6556ae9dfd902c2db1db866a6b;hpb=b9e5c3e8b342c2fedfd4465191dfef85132ada58 diff --git a/src/options.h b/src/options.h index e00fadc7..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. */ @@ -156,9 +157,7 @@ struct options bool content_on_error; /* Do we output the content when the HTTP status code indicates a server error */ -#ifdef ENABLE_DEBUG bool debug; /* Debugging on/off */ -#endif #ifdef USE_WATT32 bool wdebug; /* Watt-32 tcp/ip debugging on/off */