]> granicus.if.org Git - apache/commitdiff
signature of quick_handler hook changed
authorJeff Trawick <trawick@apache.org>
Thu, 28 Mar 2002 11:17:59 +0000 (11:17 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 28 Mar 2002 11:17:59 +0000 (11:17 +0000)
(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

index 2fb992f3679678e21c6d81fc652bd1f925dc97e0..61592b20e3d67e02ea916a4dc6f60db9ca3dd337 100644 (file)
@@ -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;