From 65c9f2f9bed8684a46cd8086cee2ce90ee654b27 Mon Sep 17 00:00:00 2001 From: wrowe Date: Sat, 27 May 2000 22:40:19 +0000 Subject: PR: Obtained from: Submitted by: Reviewed by: Reverse out all _EXPORT_VAR changes back to their original _VAR_EXPORT names for linkage (API_, CORE_, and MODULE_). git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@57808 13f79535-47bb-0310-9956-ffa450edef68 --- hooks/apr_hooks.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hooks/apr_hooks.c') diff --git a/hooks/apr_hooks.c b/hooks/apr_hooks.c index fc132dfc..cd07e826 100644 --- a/hooks/apr_hooks.c +++ b/hooks/apr_hooks.c @@ -6,9 +6,9 @@ #define ap_palloc(pool,size) malloc(size) #endif -API_EXPORT_VAR ap_pool_t *ap_global_hook_pool = NULL; -API_EXPORT_VAR int ap_debug_module_hooks = FALSE; -API_EXPORT_VAR const char *ap_debug_module_name = NULL; +API_VAR_EXPORT ap_pool_t *ap_global_hook_pool = NULL; +API_VAR_EXPORT int ap_debug_module_hooks = FALSE; +API_VAR_EXPORT const char *ap_debug_module_name = NULL; /* NB: This must echo the LINK_##name structure */ typedef struct -- cgit v1.2.1