summaryrefslogtreecommitdiffstats
path: root/modules/proxy/proxy_util.h
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2011-12-03 17:45:29 +0100
committerGraham Leggett <minfrin@apache.org>2011-12-03 17:45:29 +0100
commit3122ef26c6a74cb18af7636a1ae10e220b9c6fb0 (patch)
treedfa4e05508dc3d1e0dd1a1fe280db8ad6bcf0131 /modules/proxy/proxy_util.h
parentmod_proxy: Remove ap_proxy_make_fake_req() from the public API. (diff)
downloadapache2-3122ef26c6a74cb18af7636a1ae10e220b9c6fb0.tar.xz
apache2-3122ef26c6a74cb18af7636a1ae10e220b9c6fb0.zip
mod_proxy: Move ap_proxy_strmatch_path and ap_proxy_strmatch_domain out of
the public API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--modules/proxy/proxy_util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/proxy/proxy_util.h b/modules/proxy/proxy_util.h
index 2664a27bce..3b32cc052a 100644
--- a/modules/proxy/proxy_util.h
+++ b/modules/proxy/proxy_util.h
@@ -31,6 +31,10 @@ PROXY_DECLARE(int) ap_proxy_is_domainname(struct dirconn_entry *This, apr_pool_t
PROXY_DECLARE(int) ap_proxy_is_hostname(struct dirconn_entry *This, apr_pool_t *p);
PROXY_DECLARE(int) ap_proxy_is_word(struct dirconn_entry *This, apr_pool_t *p);
+extern int PROXY_DECLARE_DATA proxy_lb_workers;
+extern const apr_strmatch_pattern PROXY_DECLARE_DATA *ap_proxy_strmatch_path;
+extern const apr_strmatch_pattern PROXY_DECLARE_DATA *ap_proxy_strmatch_domain;
+
/**
* Register optional functions declared within proxy_util.c.
*/