From 8f04ed6a4d8c210b2bdb996e5592f2c7a17f94cf Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 28 Mar 2002 11:17:59 +0000 Subject: [PATCH] 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 --- modules/experimental/mod_example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0