Commit eb9b5657 authored by Mladen Turk's avatar Mladen Turk
Browse files

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
parent b34f566d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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