summaryrefslogtreecommitdiff
path: root/src/tinyproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tinyproxy.h')
-rw-r--r--src/tinyproxy.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tinyproxy.h b/src/tinyproxy.h
index 6e9f18a..66f7699 100644
--- a/src/tinyproxy.h
+++ b/src/tinyproxy.h
@@ -1,4 +1,4 @@
-/* $Id: tinyproxy.h,v 1.31 2002-05-23 18:27:19 rjkaes Exp $
+/* $Id: tinyproxy.h,v 1.32 2002-05-27 01:59:28 rjkaes Exp $
*
* See 'tinyproxy.c' for a detailed description.
*
@@ -37,6 +37,8 @@ struct config_s {
char *ipAddr;
#ifdef FILTER_ENABLE
char *filter;
+ bool_t filter_url;
+ bool_t filter_extended;
#endif /* FILTER_ENABLE */
#ifdef XTINYPROXY_ENABLE
char *my_domain;