mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Move *_DECLARE_* macros to beginning of line in headers.
Patch submitted by: normw gknw net. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1374963 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);
|
||||
|
||||
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;
|
||||
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;
|
||||
|
||||
/**
|
||||
* Register optional functions declared within proxy_util.c.
|
||||
|
Reference in New Issue
Block a user