X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=8d57d46325e54962c47bf2c76d2c14779860c98a;hp=8c1105efb6ccd48c974a599edccbada45bf82505;hb=097695b723b517665b1aa56417b5bb809e12d233;hpb=854db53e843405c3ceea0a20bb75fa68bbd6ee76 diff --git a/src/options.h b/src/options.h index 8c1105ef..8d57d463 100644 --- a/src/options.h +++ b/src/options.h @@ -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;