From: Bill Stoddard Date: Fri, 2 Feb 2001 15:08:52 +0000 (+0000) Subject: Remove duplicate function declaration X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcb1d63766b0a05c2a4e2bfee9c735f10787fa6c;p=apache Remove duplicate function declaration git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87954 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/scoreboard.h b/include/scoreboard.h index affca95451..764026f15f 100644 --- a/include/scoreboard.h +++ b/include/scoreboard.h @@ -1,3 +1,4 @@ + /* ==================================================================== * The Apache Software License, Version 1.1 * @@ -212,7 +213,6 @@ typedef struct { AP_DECLARE(int) ap_exists_scoreboard_image(void); void reinit_scoreboard(apr_pool_t *p); apr_status_t ap_cleanup_shared_mem(void *d); -AP_DECLARE(void) ap_sync_scoreboard_image(void); AP_DECLARE(void) reopen_scoreboard(apr_pool_t *p);