]> granicus.if.org Git - apache/commitdiff
Resolve disagreement with its prototype
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 28 Mar 2011 15:50:34 +0000 (15:50 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 28 Mar 2011 15:50:34 +0000 (15:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086287 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index 751990f80c23e656fadc48696b2351e9d6261470..c68572ae677842ab72b9224735d8630ab413ecba 100644 (file)
@@ -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);