summaryrefslogtreecommitdiffstats
path: root/modules/proxy/proxy_util.h
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2016-02-06 01:30:37 +0100
committerRainer Jung <rjung@apache.org>2016-02-06 01:30:37 +0100
commit233afba4a7f6b720c1fec35606b0f5c678b9d29e (patch)
tree8e2c55e3264750e2bf904804a68d57776a6b0c5f /modules/proxy/proxy_util.h
parentRemove now useless apr_pstrdup. (diff)
downloadapache2-233afba4a7f6b720c1fec35606b0f5c678b9d29e.tar.xz
apache2-233afba4a7f6b720c1fec35606b0f5c678b9d29e.zip
Standardize order of "extern" and XXX_DECLARE_YYY.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728779 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--modules/proxy/proxy_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/proxy/proxy_util.h b/modules/proxy/proxy_util.h
index 202be8d653..bc131da0f0 100644
--- a/modules/proxy/proxy_util.h
+++ b/modules/proxy/proxy_util.h
@@ -31,9 +31,9 @@ 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);
-PROXY_DECLARE_DATA extern int proxy_lb_workers;
-PROXY_DECLARE_DATA extern const apr_strmatch_pattern *ap_proxy_strmatch_path;
-PROXY_DECLARE_DATA extern const apr_strmatch_pattern *ap_proxy_strmatch_domain;
+extern PROXY_DECLARE_DATA int proxy_lb_workers;
+extern PROXY_DECLARE_DATA const apr_strmatch_pattern *ap_proxy_strmatch_path;
+extern PROXY_DECLARE_DATA const apr_strmatch_pattern *ap_proxy_strmatch_domain;
/**
* Register optional functions declared within proxy_util.c.