]> granicus.if.org Git - apache/commitdiff
Add missing declarations of the new max_mem_free stuff
authorBrian Pane <brianp@apache.org>
Thu, 4 Jul 2002 17:54:49 +0000 (17:54 +0000)
committerBrian Pane <brianp@apache.org>
Thu, 4 Jul 2002 17:54:49 +0000 (17:54 +0000)
so prefork will compile

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95957 13f79535-47bb-0310-9956-ffa450edef68

include/mpm_common.h

index be58aec4a49f184d70044e6636798741015cb607..a0ee92f9c17b5607e2a99917d22d1ca10aff4923 100644 (file)
@@ -285,6 +285,11 @@ int ap_signal_server(int *, apr_pool_t *);
 void ap_mpm_rewrite_args(process_rec *);
 #endif
 
+#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);
+#endif
+
 #ifdef __cplusplus
 }
 #endif