From: Jeff Trawick Date: Thu, 28 Mar 2002 11:17:59 +0000 (+0000) Subject: signature of quick_handler hook changed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6bccb9e23f4937da934db2376b11df029bf1909;p=thirdparty%2Fapache%2Fhttpd.git signature of quick_handler hook changed (mod_example's quick_handler hook doesn't have to do anything with the new parameter) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94262 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_example.c b/modules/experimental/mod_example.c index 2fb992f3679..61592b20e3d 100644 --- a/modules/experimental/mod_example.c +++ b/modules/experimental/mod_example.c @@ -1008,7 +1008,7 @@ static void x_insert_filter(request_rec *r) * server will still call any remaining modules with an handler for this * phase. */ -static int x_quick_handler(request_rec *r) +static int x_quick_handler(request_rec *r, int lookup_uri) { x_cfg *cfg;