From 534cbfe22cd427a75c7ce61cfca776ef5f842fec Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 28 Mar 2011 15:50:34 +0000 Subject: [PATCH] Resolve disagreement with its prototype git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086287 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/proxy_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 751990f80c..c68572ae67 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -2906,7 +2906,7 @@ ap_proxy_hashfunc(const char *str, proxy_hash_t method) } } -PROXY_DECLARE(apr_status_t) ap_proxy_set_wstatus(const char c, int set, proxy_worker *w) +PROXY_DECLARE(apr_status_t) ap_proxy_set_wstatus(char c, int set, proxy_worker *w) { unsigned int *status = &w->s->status; char flag = toupper(c);