summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2011-02-14 20:01:52 +0000
committerJeff Trawick <trawick@apache.org>2011-02-14 20:01:52 +0000
commitd9aaafe0bdfcbda2df818316357ca54f3ee3439e (patch)
tree597e2f91383aa419eaf2aade5b44d8a536d6e4a4 /modules/examples
parent063415fc4ac7f652b1b79e33fabb41918598241f (diff)
downloadhttpd-d9aaafe0bdfcbda2df818316357ca54f3ee3439e.tar.gz
fix compile failure in r1070616
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070632 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/mod_example_hooks.c2
1 files changed, 1 insertions, 1 deletions
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