From d9aaafe0bdfcbda2df818316357ca54f3ee3439e Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 14 Feb 2011 20:01:52 +0000 Subject: [PATCH] fix compile failure in r1070616 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070632 13f79535-47bb-0310-9956-ffa450edef68 --- modules/examples/mod_example_hooks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/examples/mod_example_hooks.c b/modules/examples/mod_example_hooks.c index cbdf28ead4..564fab9dc1 100644 --- a/modules/examples/mod_example_hooks.c +++ b/modules/examples/mod_example_hooks.c @@ -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 -- 2.50.1