summaryrefslogtreecommitdiff
path: root/include/mpm_common.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2009-03-25 11:29:55 +0000
committerJeff Trawick <trawick@apache.org>2009-03-25 11:29:55 +0000
commitdd9ae36119167e83edc5873f679ab5692bee9bcb (patch)
tree6490be4bae19909697e6fb93f44dba04b6bc96db /include/mpm_common.h
parent02e79daf0e00d5079a350f62c86735f21bec6cf2 (diff)
downloadhttpd-dd9ae36119167e83edc5873f679ab5692bee9bcb.tar.gz
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
Diffstat (limited to 'include/mpm_common.h')
-rw-r--r--include/mpm_common.h2
1 files changed, 1 insertions, 1 deletions
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))