X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=5cb749f01d7d6bd580312a5441f4903ff9ee0854;hp=21d859900d66fc94a90bb702642c4c7e93c9f16c;hb=7c802e58d3e45e3a21d99c8d24dc5be806ecf174;hpb=de19d384344fa2ef5dcaf0f648d39b25e51fcda0 diff --git a/src/options.h b/src/options.h index 21d85990..5cb749f0 100644 --- a/src/options.h +++ b/src/options.h @@ -192,6 +192,9 @@ struct options int restrict_files_ctrl; /* non-zero if control chars in URLs are restricted from appearing in generated file names. */ + + int strict_comments; /* whether strict SGML comments are + enforced. */ }; extern struct options opt;