From: Jeff Trawick Date: Mon, 14 Feb 2011 20:01:52 +0000 (+0000) Subject: fix compile failure in r1070616 X-Git-Tag: 2.3.11~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9aaafe0bdfcbda2df818316357ca54f3ee3439e;p=apache fix compile failure in r1070616 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070632 13f79535-47bb-0310-9956-ffa450edef68 --- 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