mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
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
This commit is contained in:
@@ -886,12 +886,7 @@ PROXY_DECLARE(int) ap_proxy_trans_match(request_rec *r,
|
||||
*/
|
||||
int ap_proxy_lb_workers(void);
|
||||
|
||||
/* For proxy_util */
|
||||
extern module PROXY_DECLARE_DATA proxy_module;
|
||||
|
||||
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;
|
||||
|
||||
#endif /*MOD_PROXY_H*/
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user