]> granicus.if.org Git - apache/commitdiff
Add function protos so that -Wmissing-declarations doesn't complain.
authorMladen Turk <mturk@apache.org>
Thu, 9 Sep 2004 19:56:30 +0000 (19:56 +0000)
committerMladen Turk <mturk@apache.org>
Thu, 9 Sep 2004 19:56:30 +0000 (19:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105055 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_ajp.c

index 850ab1a2122626ee160059e3d7382c0957eea282..2f7ee1841e9ca375c41fd30d873c3ea5c5180c74 100644 (file)
 
 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