]> granicus.if.org Git - apache/commitdiff
Whoops ... if I'm enabling mod_info to build on Win32, better clean
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 25 Feb 2001 20:57:51 +0000 (20:57 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 25 Feb 2001 20:57:51 +0000 (20:57 +0000)
  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

index 6948e1053d62303004f3fc2bcd7f2a52e4bf4f92..bdfe2a7fd37b87bdc497b04fa317c878df824720 100644 (file)
@@ -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));