]> granicus.if.org Git - apache/commitdiff
s/IMPORT/EXPORT/g; typo i assume.
authorDoug MacEachern <dougm@apache.org>
Fri, 26 May 2000 18:23:47 +0000 (18:23 +0000)
committerDoug MacEachern <dougm@apache.org>
Fri, 26 May 2000 18:23:47 +0000 (18:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85305 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/mpmt_pthread/scoreboard.c
server/mpm/winnt/mpm_winnt.h

index 6be2fbf86c83b0ea6ba49ab3e3c9c4bdc88ed36b..ffda41a9c7924a4ea7d4379e9d3e2a15462a12f6 100644 (file)
@@ -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
index 9dcba61076c743c0cb79709246db3ebe3e078eeb..e0f7b506205c19242e19522468007d8aa8c6d5dc 100644 (file)
@@ -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);