diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-01-27 17:57:45 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-01-27 17:57:45 +0000 |
commit | cb7e3eef04f7069edaa248bcb35d6b86b8266df8 (patch) | |
tree | 917be68d8a67866cadbb715ee14a12c4cfad2d57 /src/tinyproxy.h | |
parent | 1624979f13c5ff94f5e693bb44f56a3221c0e7fe (diff) |
Added support for conditionally using case sensitive filtering files.
Code changes from James E. Flemer.
Diffstat (limited to 'src/tinyproxy.h')
-rw-r--r-- | src/tinyproxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tinyproxy.h b/src/tinyproxy.h index 8edba3a..a12948a 100644 --- a/src/tinyproxy.h +++ b/src/tinyproxy.h @@ -1,4 +1,4 @@ -/* $Id: tinyproxy.h,v 1.36 2002-12-04 17:06:14 rjkaes Exp $ +/* $Id: tinyproxy.h,v 1.37 2003-01-27 17:57:37 rjkaes Exp $ * * See 'tinyproxy.c' for a detailed description. * @@ -38,6 +38,7 @@ struct config_s { char *filter; unsigned int filter_url; /* boolean */ unsigned int filter_extended; /* boolean */ + unsigned int filter_casesensitive; /* boolean */ #endif /* FILTER_ENABLE */ #ifdef XTINYPROXY_ENABLE char *my_domain; |