]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Change the declaration of ap_scoreboard_image to match
authorJeff Trawick <trawick@apache.org>
Thu, 6 Apr 2000 02:10:05 +0000 (02:10 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 6 Apr 2000 02:10:05 +0000 (02:10 +0000)
the one in scoreboard.h (API_VAR_EXPORT instead of static).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84932 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/prefork/prefork.c

index 4bf053b70ae512ef79ca1b33e9edb5ec3cac4bcd..50ab81c717babfa21fed90c46a6a8bee82dd673b 100644 (file)
@@ -171,7 +171,7 @@ int tpf_child = 0;
 char tpf_server_name[INETD_SERVNAME_LENGTH+1];
 #endif /* TPF */
 
-static scoreboard *ap_scoreboard_image = NULL;
+API_VAR_EXPORT scoreboard *ap_scoreboard_image = NULL;
 static new_scoreboard *ap_new_scoreboard_image = NULL;
 
 #ifdef GPROF