From: Jeff Trawick Date: Thu, 6 Apr 2000 02:10:05 +0000 (+0000) Subject: Change the declaration of ap_scoreboard_image to match X-Git-Tag: apache-doc-split-01~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e58d3176f19ef5b6dcc38d094f3dd21c64bfbbe2;p=thirdparty%2Fapache%2Fhttpd.git Change the declaration of ap_scoreboard_image to match 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 --- diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index 4bf053b70ae..50ab81c717b 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -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