]> sjero.net Git - wget/blobdiff - src/options.h
[svn] Implemented and documented new -E / --html-extension / html_extension option.
[wget] / src / options.h
index 83b153606fe8c2bf364c5b9da305ea98ccf1d06f..fcd89376d68c6749c31c1bb307f525793d933824 100644 (file)
@@ -142,6 +142,8 @@ struct options
   int delete_after;            /* Whether the files will be deleted
                                   after download. */
 
+  int html_extension;          /* Use ".html" extension on all text/html? */
+
   int page_requisites;         /* Whether we need to download all files
                                   necessary to display a page properly. */
 };