X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=55ee968e6041d69d0b607d06e69fb8628eda82d4;hp=9895e825c2826b09e0719874f9ee6479a6152633;hb=711bf72609e5d49ff7f5366a4664377cd3208d70;hpb=a6f72ca66b1ca3c83fb7336c5895af9ae0a3c202 diff --git a/src/options.h b/src/options.h index 9895e825..55ee968e 100644 --- a/src/options.h +++ b/src/options.h @@ -119,10 +119,8 @@ struct options long limit_rate; /* Limit the download rate to this many bps. */ - long quota; /* Maximum number of bytes to - retrieve. */ - VERY_LONG_TYPE downloaded; /* How much we downloaded already. */ - int downloaded_overflow; /* Whether the above overflowed. */ + LARGE_INT quota; /* Maximum file size to download and + store. */ int numurls; /* Number of successfully downloaded URLs */