]> granicus.if.org Git - apache/commitdiff
mod_proxy: Remove ap_proxy_make_fake_req() from the public API.
authorGraham Leggett <minfrin@apache.org>
Sat, 3 Dec 2011 14:41:04 +0000 (14:41 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 3 Dec 2011 14:41:04 +0000 (14:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209917 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.h

index 61ec700b0360ca155b3b88da0cbce142b5e8e2aa..74ee5ca8182d69cf2a165fb11af36b5d280ea88b 100644 (file)
@@ -523,7 +523,6 @@ APR_DECLARE_EXTERNAL_HOOK(proxy, PROXY, int, request_status,
 /* proxy_util.c */
 
 PROXY_DECLARE(apr_status_t) ap_proxy_strncpy(char *dst, const char *src, size_t dlen);
-PROXY_DECLARE(request_rec *) ap_proxy_make_fake_req(conn_rec *c, request_rec *r);
 PROXY_DECLARE(int) ap_proxy_hex2c(const char *x);
 PROXY_DECLARE(void) ap_proxy_c2hex(int ch, char *x);
 PROXY_DECLARE(char *)ap_proxy_canonenc(apr_pool_t *p, const char *x, int len, enum enctype t,