summaryrefslogtreecommitdiff
path: root/src/tinyproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tinyproxy.h')
-rw-r--r--src/tinyproxy.h3
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;