]> sjero.net Git - wget/blobdiff - src/options.h
[svn] Introduce non-strict comment parsing.
[wget] / src / options.h
index 21d859900d66fc94a90bb702642c4c7e93c9f16c..5cb749f01d7d6bd580312a5441f4903ff9ee0854 100644 (file)
@@ -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;