From: William A. Rowe Jr Date: Mon, 28 Mar 2011 15:50:34 +0000 (+0000) Subject: Resolve disagreement with its prototype X-Git-Tag: 2.3.12~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=534cbfe22cd427a75c7ce61cfca776ef5f842fec;p=thirdparty%2Fapache%2Fhttpd.git Resolve disagreement with its prototype git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086287 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 751990f80c2..c68572ae677 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);