summaryrefslogtreecommitdiff
path: root/hooks/apr_hooks.c
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-01-06 20:10:56 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-01-06 20:10:56 +0000
commit1de0741ec8bbbed70689990d358ad8c4f81c26c0 (patch)
tree848e1d7159ff231dca2427c52c270729abbcb012 /hooks/apr_hooks.c
parent0465109f15cfd24516171f2dc6acbdf4e4affde6 (diff)
downloadlibapr-util-1de0741ec8bbbed70689990d358ad8c4f81c26c0.tar.gz
Move ap_generic_hook from the Apache include directory to the apr-util
include directory. The hooks themselves are implemented by apr-util, instead of Apache. This removes a few warnings when compiled in maintainer-mode that have been bothering me. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58024 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'hooks/apr_hooks.c')
-rw-r--r--hooks/apr_hooks.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hooks/apr_hooks.c b/hooks/apr_hooks.c
index 90109404..2df002e8 100644
--- a/hooks/apr_hooks.c
+++ b/hooks/apr_hooks.c
@@ -61,6 +61,7 @@
#include "apr.h"
#include "ap_hooks.h"
#include "apr_hash.h"
+#include "ap_generic_hook.h"
#if APR_HAVE_STRINGS_H
#include <strings.h>
@@ -284,7 +285,7 @@ APU_DECLARE(void) ap_show_hook(const char *szName,const char * const *aszPre,
/* Generic hook support */
-AP_DECLARE_EXTERNAL_HOOK(APU,void,_generic,(void))
+APU_DECLARE_EXTERNAL_HOOK(APU,void,_generic,(void))
APU_DECLARE(apr_array_header_t *) ap_generic_hook_get(const char *szName)
{