From 4f3f34e9d48bea504b5f1f4af9480ed1bd122ace Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sun, 25 Feb 2001 20:57:51 +0000 Subject: [PATCH] Whoops ... if I'm enabling mod_info to build on Win32, better clean up the declarations of these private core symbols. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88333 13f79535-47bb-0310-9956-ffa450edef68 --- modules/generators/mod_info.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/generators/mod_info.c b/modules/generators/mod_info.c index 6948e1053d..bdfe2a7fd3 100644 --- a/modules/generators/mod_info.c +++ b/modules/generators/mod_info.c @@ -84,6 +84,8 @@ * */ +#define CORE_PRIVATE + #include "httpd.h" #include "http_config.h" #include "http_core.h" @@ -107,9 +109,6 @@ typedef struct { module AP_MODULE_DECLARE_DATA info_module; -extern module *top_module; -extern ap_directive_t *ap_conftree; - static void *create_info_config(apr_pool_t *p, server_rec *s) { info_svr_conf *conf = (info_svr_conf *) apr_pcalloc(p, sizeof(info_svr_conf)); -- 2.40.0