From: Jeff Trawick Date: Wed, 25 Mar 2009 11:29:55 +0000 (+0000) Subject: fix inconsistent defs of ap_mpm_note_child_killed() X-Git-Tag: 2.3.3~823 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd9ae36119167e83edc5873f679ab5692bee9bcb;p=apache fix inconsistent defs of ap_mpm_note_child_killed() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758226 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/mpm_common.h b/include/mpm_common.h index 9c0eeed6dd..5f50f07066 100644 --- a/include/mpm_common.h +++ b/include/mpm_common.h @@ -366,7 +366,7 @@ extern const char *ap_mpm_set_exception_hook(cmd_parms *cmd, void *dummy, #ifndef AP_MPM_NO_CHILD_PID extern pid_t ap_mpm_get_child_pid(int childnum); -extern pid_t ap_mpm_note_child_killed(int childnum); +extern apr_status_t ap_mpm_note_child_killed(int childnum); #endif AP_DECLARE_HOOK(int,monitor,(apr_pool_t *p))