]> granicus.if.org Git - apache/commitdiff
Oops. forgot the declaration
authorJim Jagielski <jim@apache.org>
Fri, 25 Sep 2009 12:06:51 +0000 (12:06 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 25 Sep 2009 12:06:51 +0000 (12:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@818827 13f79535-47bb-0310-9956-ffa450edef68

include/mpm_common.h

index 1ce3abb5c0e85d25e29f0da846c2f46755dc7a4a..cc69ef6557d36c33b1e50159a9c1583d33bce430 100644 (file)
@@ -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);