mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
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
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user