X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=83b153606fe8c2bf364c5b9da305ea98ccf1d06f;hp=2f773afa99d3e2d5939147e6139bb1423d1396fb;hb=7931200609abea24cedfc96bb890aef9c1c7f0b2;hpb=93146c94320ad231fe6a575ce42c444a08a9eee3 diff --git a/src/options.h b/src/options.h index 2f773afa..83b15360 100644 --- a/src/options.h +++ b/src/options.h @@ -141,6 +141,9 @@ struct options int delete_after; /* Whether the files will be deleted after download. */ + + int page_requisites; /* Whether we need to download all files + necessary to display a page properly. */ }; #ifndef OPTIONS_DEFINED_HERE