summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-10-17 17:44:21 +0200
committerAndré Malo <nd@apache.org>2004-10-17 17:44:21 +0200
commit551b03d1fbecc9337f0044ffb40c45c333e9e28d (patch)
treec2ed63a14668a356cb2287d2dcc05ac2c9de0b2c /include
parentmore style (diff)
downloadapache2-551b03d1fbecc9337f0044ffb40c45c333e9e28d.tar.xz
apache2-551b03d1fbecc9337f0044ffb40c45c333e9e28d.zip
use more speaking names
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105501 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/util_filter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/util_filter.h b/include/util_filter.h
index 134c803a8c..7d422369e2 100644
--- a/include/util_filter.h
+++ b/include/util_filter.h
@@ -284,9 +284,9 @@ struct ap_filter_provider_t {
/** The dispatch match itself - union member depends on match_type */
union {
- const char *c;
- regex_t *r;
- int i;
+ const char *string;
+ regex_t *regex;
+ int number;
} match;
/** The filter that implements this provider */