thommay 2003/08/15 15:27:28
Modified: include apr_hooks.h
Log:
Wrong function was being marked as deprecated.
Submitted by: Stas Bekman
Reviewed by: Thom May
Revision Changes Path
1.48 +2 -2 apr-util/include/apr_hooks.h
Index: apr_hooks.h
===================================================================
RCS file: /home/cvs/apr-util/include/apr_hooks.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- apr_hooks.h 1 Jan 2003 00:02:20 -0000 1.47
+++ apr_hooks.h 15 Aug 2003 22:27:28 -0000 1.48
@@ -245,10 +245,10 @@
/**
* The global pool used to allocate any memory needed by the hooks.
*/
-APU_DECLARE_DATA extern apr_pool_t *apr_global_hook_pool;
+APU_DECLARE_DATA extern apr_pool_t *apr_hook_global_pool;
/** @deprecated @see apr_hook_global_pool */
-APU_DECLARE_DATA extern apr_pool_t *apr_hook_global_pool;
+APU_DECLARE_DATA extern apr_pool_t *apr_global_hook_pool;
/**
* A global variable to determine if debugging information about the