X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=a7e36273c2e9f3f8af1206b7b3229b69be8e02e3;hp=f1b9cd75439f016538fd3724401c52df1859fef7;hb=c1cb70ecd0150c723fd460b41f6e068e5f1d3a19;hpb=9d9f134fdf4c2d45d112e26f9b8a3e3d07af9003 diff --git a/src/options.h b/src/options.h index f1b9cd75..a7e36273 100644 --- a/src/options.h +++ b/src/options.h @@ -203,6 +203,11 @@ struct options bool restrict_files_ctrl; /* non-zero if control chars in URLs are restricted from appearing in generated file names. */ + enum { + restrict_no_case_restriction, + restrict_lowercase, + restrict_uppercase + } restrict_files_case; /* file name case restriction. */ bool strict_comments; /* whether strict SGML comments are enforced. */