From 32368e51719b8cc7bd594f41d5e6f362b3c252ff Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Fri, 26 May 2000 18:23:47 +0000 Subject: [PATCH] s/IMPORT/EXPORT/g; typo i assume. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85305 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/mpmt_pthread/scoreboard.c | 2 +- server/mpm/winnt/mpm_winnt.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/mpm/mpmt_pthread/scoreboard.c b/server/mpm/mpmt_pthread/scoreboard.c index 6be2fbf86c..ffda41a9c7 100644 --- a/server/mpm/mpmt_pthread/scoreboard.c +++ b/server/mpm/mpmt_pthread/scoreboard.c @@ -73,7 +73,7 @@ scoreboard *ap_scoreboard_image = NULL; new_scoreboard *ap_new_scoreboard_image = NULL; static int maintain_connection_status = 1; -API_VAR_IMPORT char *ap_scoreboard_fname; +API_VAR_EXPORT char *ap_scoreboard_fname; /***************************************************************** * * Dealing with the scoreboard... a lot of these variables are global diff --git a/server/mpm/winnt/mpm_winnt.h b/server/mpm/winnt/mpm_winnt.h index 9dcba61076..e0f7b50620 100644 --- a/server/mpm/winnt/mpm_winnt.h +++ b/server/mpm/winnt/mpm_winnt.h @@ -67,7 +67,7 @@ extern int ap_extended_status; extern void clean_child_exit(int); typedef void (CALLBACK *ap_completion_t)(); -API_VAR_IMPORT ap_completion_t ap_mpm_init_complete; +API_VAR_EXPORT ap_completion_t ap_mpm_init_complete; API_EXPORT(void) ap_start_shutdown(void); -- 2.50.1