]> sjero.net Git - wget/blobdiff - src/options.h
[svn] New option --ignore-case for case-insensitive matching.
[wget] / src / options.h
index 8c1105efb6ccd48c974a599edccbada45bf82505..8d57d46325e54962c47bf2c76d2c14779860c98a 100644 (file)
@@ -66,6 +66,8 @@ struct options
   char **excludes;             /* List of excluded FTP directories. */
   char **includes;             /* List of FTP directories to
                                   follow. */
+  bool ignore_case;            /* Whether to ignore case when
+                                  matching dirs and files */
 
   char **domains;              /* See host.c */
   char **exclude_domains;