]> granicus.if.org Git - apache/commitdiff
fix compile failure in r1070616
authorJeff Trawick <trawick@apache.org>
Mon, 14 Feb 2011 20:01:52 +0000 (20:01 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 14 Feb 2011 20:01:52 +0000 (20:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070632 13f79535-47bb-0310-9956-ffa450edef68

modules/examples/mod_example_hooks.c

index cbdf28ead4dbbecc0a40c513fa51f9863f840990..564fab9dc13bff45432e906949845cba367d3359 100644 (file)
@@ -1153,7 +1153,7 @@ static int x_process_connection(conn_rec *c)
  *
  * This is a HOOK_VOID hook.
  */
-void x_post_read_request(request_rec *r, conn_rec *c)
+static void x_pre_read_request(request_rec *r, conn_rec *c)
 {
     /*
      * We don't actually *do* anything here, except note the fact that we were