git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85305
13f79535-47bb-0310-9956-
ffa450edef68
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
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);