From: Mladen Turk Date: Thu, 9 Sep 2004 19:56:30 +0000 (+0000) Subject: Add function protos so that -Wmissing-declarations doesn't complain. X-Git-Tag: 2.1.1~317 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ced8a94089b0b6bf99bfbd424f1b985d51dfc944;p=apache Add function protos so that -Wmissing-declarations doesn't complain. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105055 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_ajp.c b/modules/proxy/proxy_ajp.c index 850ab1a212..2f7ee1841e 100644 --- a/modules/proxy/proxy_ajp.c +++ b/modules/proxy/proxy_ajp.c @@ -20,6 +20,12 @@ module AP_MODULE_DECLARE_DATA proxy_ajp_module; +int ap_proxy_ajp_canon(request_rec *r, char *url); +int ap_proxy_ajp_handler(request_rec *r, proxy_worker *worker, + proxy_server_conf *conf, + char *url, const char *proxyname, + apr_port_t proxyport); + /* * Canonicalise http-like URLs. * scheme is the scheme for the URL