Commit 9a94c162 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent 9b346f2f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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));