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
*
*/
+#define CORE_PRIVATE
+
#include "httpd.h"
#include "http_config.h"
#include "http_core.h"
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));