Loading include/http_log.h +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ extern "C" { * Set up for logging to stderr. * @param p The pool to allocate out of */ void ap_open_stderr_log(apr_pool_t *p); AP_DECLARE(void) ap_open_stderr_log(apr_pool_t *p); /** * Open the error log and replace stderr with it. Loading include/http_vhost.h +2 −1 Original line number Diff line number Diff line Loading @@ -74,8 +74,9 @@ void ap_init_vhost_config(apr_pool_t *p); * the run-time vhost lookups * @param p The pool to allocate out of * @param main_server The start of the virtual host list * @deffunc ap_fini_vhost_config(apr_pool_t *p, server_rec *main_server) */ void ap_fini_vhost_config(apr_pool_t *p, server_rec *main_server); AP_DECLARE(void) ap_fini_vhost_config(apr_pool_t *p, server_rec *main_server); /** * handle addresses in <VirtualHost> statement Loading modules/arch/win32/mod_isapi.c +1 −1 Original line number Diff line number Diff line Loading @@ -1264,7 +1264,7 @@ static const char *isapi_cmd_cachefile(cmd_parms *cmd, void *dummy, return NULL; } static void isapi_hooks(void) static void isapi_hooks(apr_pool_t *cont) { ap_hook_post_config(isapi_post_config, NULL, NULL, AP_HOOK_MIDDLE); ap_hook_handler(isapi_handler, NULL, NULL, AP_HOOK_MIDDLE); Loading os/win32/mod_isapi.c +1 −1 Original line number Diff line number Diff line Loading @@ -1264,7 +1264,7 @@ static const char *isapi_cmd_cachefile(cmd_parms *cmd, void *dummy, return NULL; } static void isapi_hooks(void) static void isapi_hooks(apr_pool_t *cont) { ap_hook_post_config(isapi_post_config, NULL, NULL, AP_HOOK_MIDDLE); ap_hook_handler(isapi_handler, NULL, NULL, AP_HOOK_MIDDLE); Loading os/win32/modules.c +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ extern module action_module; extern module setenvif_module; extern module isapi_module; module *ap_prelinked_modules[] = { module AP_DECLARE_DATA *ap_prelinked_modules[] = { &core_module, &mpm_winnt_module, &so_module, Loading Loading
include/http_log.h +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ extern "C" { * Set up for logging to stderr. * @param p The pool to allocate out of */ void ap_open_stderr_log(apr_pool_t *p); AP_DECLARE(void) ap_open_stderr_log(apr_pool_t *p); /** * Open the error log and replace stderr with it. Loading
include/http_vhost.h +2 −1 Original line number Diff line number Diff line Loading @@ -74,8 +74,9 @@ void ap_init_vhost_config(apr_pool_t *p); * the run-time vhost lookups * @param p The pool to allocate out of * @param main_server The start of the virtual host list * @deffunc ap_fini_vhost_config(apr_pool_t *p, server_rec *main_server) */ void ap_fini_vhost_config(apr_pool_t *p, server_rec *main_server); AP_DECLARE(void) ap_fini_vhost_config(apr_pool_t *p, server_rec *main_server); /** * handle addresses in <VirtualHost> statement Loading
modules/arch/win32/mod_isapi.c +1 −1 Original line number Diff line number Diff line Loading @@ -1264,7 +1264,7 @@ static const char *isapi_cmd_cachefile(cmd_parms *cmd, void *dummy, return NULL; } static void isapi_hooks(void) static void isapi_hooks(apr_pool_t *cont) { ap_hook_post_config(isapi_post_config, NULL, NULL, AP_HOOK_MIDDLE); ap_hook_handler(isapi_handler, NULL, NULL, AP_HOOK_MIDDLE); Loading
os/win32/mod_isapi.c +1 −1 Original line number Diff line number Diff line Loading @@ -1264,7 +1264,7 @@ static const char *isapi_cmd_cachefile(cmd_parms *cmd, void *dummy, return NULL; } static void isapi_hooks(void) static void isapi_hooks(apr_pool_t *cont) { ap_hook_post_config(isapi_post_config, NULL, NULL, AP_HOOK_MIDDLE); ap_hook_handler(isapi_handler, NULL, NULL, AP_HOOK_MIDDLE); Loading
os/win32/modules.c +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ extern module action_module; extern module setenvif_module; extern module isapi_module; module *ap_prelinked_modules[] = { module AP_DECLARE_DATA *ap_prelinked_modules[] = { &core_module, &mpm_winnt_module, &so_module, Loading