summaryrefslogtreecommitdiff
path: root/include/mpm_common.h
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2009-09-25 12:06:51 +0000
committerJim Jagielski <jim@apache.org>2009-09-25 12:06:51 +0000
commit0de1480d397ebd61e68f1173388ed88f8e4760df (patch)
tree06eafed9335119656f3ef57988acffb968f2db7b /include/mpm_common.h
parent83532ab6284ee5d0db23f2368d315a6c788975f0 (diff)
downloadhttpd-0de1480d397ebd61e68f1173388ed88f8e4760df.tar.gz
Oops. forgot the declaration
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@818827 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 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);