From: William A. Rowe Jr Date: Sun, 25 Feb 2001 20:57:51 +0000 (+0000) Subject: Whoops ... if I'm enabling mod_info to build on Win32, better clean X-Git-Tag: 2.0.14~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f3f34e9d48bea504b5f1f4af9480ed1bd122ace;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/generators/mod_info.c b/modules/generators/mod_info.c index 6948e1053d6..bdfe2a7fd37 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));