summaryrefslogtreecommitdiffstats
path: root/modules/proxy/mod_proxy.h
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2014-12-22 16:39:54 +0100
committerEric Covener <covener@apache.org>2014-12-22 16:39:54 +0100
commit23c292e6cd825adf8899f5965f72a391304bc242 (patch)
tree5c6f472cbf2773c1f6efe5ef81481ecc9a594e4e /modules/proxy/mod_proxy.h
parentsome tweaks for no ServerName from PR57384 (diff)
downloadapache2-23c292e6cd825adf8899f5965f72a391304bc242.tar.xz
apache2-23c292e6cd825adf8899f5965f72a391304bc242.zip
Change the return value to const, so the const non-matching input can just be
returned. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647334 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/proxy/mod_proxy.h')
-rw-r--r--modules/proxy/mod_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h
index dfd80049de..9a5bb67383 100644
--- a/modules/proxy/mod_proxy.h
+++ b/modules/proxy/mod_proxy.h
@@ -1076,7 +1076,7 @@ PROXY_DECLARE(apr_port_t) ap_proxy_port_of_scheme(const char *scheme);
* @param url a URL potentially prefixed with a UDS path
* @return URL with the UDS prefix removed
*/
-PROXY_DECLARE(char *) ap_proxy_de_socketfy(apr_pool_t *p, const char *url);
+PROXY_DECLARE(const char *) ap_proxy_de_socketfy(apr_pool_t *p, const char *url);
extern module PROXY_DECLARE_DATA proxy_module;