]> granicus.if.org Git - apache/commitdiff
The function ap_time_process_request() needs to be declared appropriately if it is...
authorBradley Nicholes <bnicholes@apache.org>
Tue, 30 Oct 2007 15:46:06 +0000 (15:46 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 30 Oct 2007 15:46:06 +0000 (15:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@590122 13f79535-47bb-0310-9956-ffa450edef68

include/scoreboard.h

index 53f62f26813ff122487c8c9988b77713c6648e0c..4688f31736d5071b55df9302f2ae5dea8712b3a6 100644 (file)
@@ -176,7 +176,7 @@ int find_child_by_pid(apr_proc_t *pid);
 AP_DECLARE(int) ap_update_child_status(ap_sb_handle_t *sbh, int status, request_rec *r);
 AP_DECLARE(int) ap_update_child_status_from_indexes(int child_num, int thread_num,
                                                     int status, request_rec *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);
 
 AP_DECLARE(worker_score *) ap_get_scoreboard_worker(ap_sb_handle_t *sbh);
 AP_DECLARE(worker_score *) ap_get_scoreboard_worker_from_indexes(int child_num,