]> granicus.if.org Git - apache/commitdiff
fix ap_mpm_set_max_mem_free declaration to match mpm_common.c
authorBrian Pane <brianp@apache.org>
Thu, 4 Jul 2002 22:39:03 +0000 (22:39 +0000)
committerBrian Pane <brianp@apache.org>
Thu, 4 Jul 2002 22:39:03 +0000 (22:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95958 13f79535-47bb-0310-9956-ffa450edef68

include/mpm_common.h

index a0ee92f9c17b5607e2a99917d22d1ca10aff4923..5c008531ed80b4c977fa0a0694358729385ffd64 100644 (file)
@@ -287,7 +287,8 @@ void ap_mpm_rewrite_args(process_rec *);
 
 #ifdef AP_MPM_WANT_SET_MAX_MEM_FREE
 extern apr_uint32_t ap_max_mem_free;
-extern const char *ap_mpm_set_max_mem_free(cmd_parms *cmd, void *dummy);
+extern const char *ap_mpm_set_max_mem_free(cmd_parms *cmd, void *dummy,
+                                           const char *arg);
 #endif
 
 #ifdef __cplusplus