]> granicus.if.org Git - apache/commitdiff
* Use the same declaration for ap_time_process_request as in the header file.
authorRuediger Pluem <rpluem@apache.org>
Sun, 4 Nov 2007 11:20:11 +0000 (11:20 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 4 Nov 2007 11:20:11 +0000 (11:20 +0000)
PR: 43789
Submitted by: Tom Donovan <Tom.Donovan acm.org>
Reviewed by: rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@591760 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
server/scoreboard.c

diff --git a/CHANGES b/CHANGES
index 8f491125543edc2447c82db526a455440fbf68ae..33a7c635d737f40980f8fc46d02f594b258a66d2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,10 +2,13 @@
 Changes with Apache 2.3.0
 [ When backported to 2.2.x, remove entry from this file ]
 
+  *) scoreboard: Correctly declare ap_time_process_request.
+     PR 43789 [Tom Donovan <Tom.Donovan acm.org>]
+
   *) mod_ldap: Give callers a reference to data copied into the request
      pool instead of references directly into the cache
      PR 43786 [Eric Covener]
-    
+
   *) mod_ldap: Stop passing a reference to pconf around for
      (limited) use during request processing, avoiding possible 
      memory corruption and crashes.  [Eric Covener]
index dd7de5563d2bebaeb32cbb125833046d16382740..3b7b9a29fb4a78c0de48c3702bb3eabeb4e9f4b8 100644 (file)
@@ -483,7 +483,7 @@ AP_DECLARE(int) ap_update_child_status(ap_sb_handle_t *sbh, int status,
                                                status, r);
 }
 
-void ap_time_process_request(ap_sb_handle_t *sbh, int status)
+AP_DECLARE(void) ap_time_process_request(ap_sb_handle_t *sbh, int status)
 {
     worker_score *ws;