]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remainder of Win32 ap_create_scoreboard fooness
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 18 Jul 2001 21:14:21 +0000 (21:14 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 18 Jul 2001 21:14:21 +0000 (21:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89610 13f79535-47bb-0310-9956-ffa450edef68

include/scoreboard.h

index e1ecfbb56e1fed30b07c2a3348f7db72aed5d1a6..d521a93747b4eabbda882e61c1d9ae0d206d010a 100644 (file)
@@ -200,7 +200,7 @@ typedef struct {
 #endif
 
 AP_DECLARE(int) ap_exists_scoreboard_image(void);
-AP_DECLARE(void) ap_create_scoreboard(apr_pool_t *p, ap_scoreboard_e t);
+AP_DECLARE_NONSTD(void) ap_create_scoreboard(apr_pool_t *p, ap_scoreboard_e t);
 AP_DECLARE(void) ap_increment_counts(int child_num, int thread_num, request_rec *r);
 
 apr_status_t ap_cleanup_scoreboard(void *d);