Backwards-compatible interface. */
| 814 | |
| 815 | /* Backwards-compatible interface. */ |
| 816 | PROXY_DECLARE(int) ap_proxy_checkproxyblock(request_rec *r, proxy_server_conf *conf, |
| 817 | apr_sockaddr_t *uri_addr) |
| 818 | { |
| 819 | return ap_proxy_checkproxyblock2(r, conf, uri_addr->hostname, uri_addr); |
| 820 | } |
| 821 | |
| 822 | #define MAX_IP_STR_LEN (46) |
| 823 |
no test coverage detected