]> granicus.if.org Git - apache/commitdiff
fix inconsistent defs of ap_mpm_note_child_killed()
authorJeff Trawick <trawick@apache.org>
Wed, 25 Mar 2009 11:29:55 +0000 (11:29 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 25 Mar 2009 11:29:55 +0000 (11:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758226 13f79535-47bb-0310-9956-ffa450edef68

include/mpm_common.h

index 9c0eeed6dd15713bd173391ddd5913d3eb235a45..5f50f07066b6f366dde34029f21d4114bc039228 100644 (file)
@@ -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))