]> granicus.if.org Git - apache/commitdiff
Remove duplicate function declaration
authorBill Stoddard <stoddard@apache.org>
Fri, 2 Feb 2001 15:08:52 +0000 (15:08 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 2 Feb 2001 15:08:52 +0000 (15:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87954 13f79535-47bb-0310-9956-ffa450edef68

include/scoreboard.h

index affca9545169b97eec4e2e84069e237ee091b0f9..764026f15f9393647824d8e90968938c05158d10 100644 (file)
@@ -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);