From: Jim Jagielski Date: Fri, 25 Sep 2009 12:06:51 +0000 (+0000) Subject: Oops. forgot the declaration X-Git-Tag: 2.3.3~265 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0de1480d397ebd61e68f1173388ed88f8e4760df;p=apache Oops. forgot the declaration git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@818827 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/mpm_common.h b/include/mpm_common.h index 1ce3abb5c0..cc69ef6557 100644 --- a/include/mpm_common.h +++ b/include/mpm_common.h @@ -315,7 +315,7 @@ extern const char *ap_mpm_set_exception_hook(cmd_parms *cmd, void *dummy, AP_DECLARE(apr_status_t) ap_mpm_note_child_killed(int childnum); -AP_DECLARE_HOOK(int,monitor,(apr_pool_t *p)) +AP_DECLARE_HOOK(int,monitor,(apr_pool_t *p, server_rec * s)) /* register modules that undertake to manage system security */ AP_DECLARE(int) ap_sys_privileges_handlers(int inc);