Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 17822 invoked by uid 500); 2 Feb 2001 15:09:01 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 17669 invoked by uid 500); 2 Feb 2001 15:08:57 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 2 Feb 2001 15:08:55 -0000 Message-ID: <20010202150855.17561.qmail@apache.org> From: stoddard@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/include scoreboard.h stoddard 01/02/02 07:08:54 Modified: include scoreboard.h Log: Remove duplicate function declaration Revision Changes Path 1.2 +1 -1 httpd-2.0/include/scoreboard.h Index: scoreboard.h =================================================================== RCS file: /home/cvs/httpd-2.0/include/scoreboard.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- scoreboard.h 2001/02/01 21:54:13 1.1 +++ scoreboard.h 2001/02/02 15:08:52 1.2 @@ -1,3 +1,4 @@ + /* ==================================================================== * The Apache Software License, Version 1.1 * @@ -212,7 +213,6 @@ 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);