From: Jeff Trawick Date: Thu, 28 Mar 2002 11:17:59 +0000 (+0000) Subject: signature of quick_handler hook changed X-Git-Tag: 2.0.34~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f04ed6a4d8c210b2bdb996e5592f2c7a17f94cf;p=apache 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 2fb992f367..61592b20e3 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;