From: William A. Rowe Jr Date: Fri, 5 Apr 2002 20:55:38 +0000 (+0000) Subject: Whoops, missed this. Moved these symbols to mod_core.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bc52138dc21d41d7a921d482dce27a954b92fbf;p=apache Whoops, missed this. Moved these symbols to mod_core.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94469 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_core.h b/include/http_core.h index 1a46833d52..7bc555582e 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -578,15 +578,11 @@ typedef struct { } ap_mgmt_item_t; /* Handles for core filters */ -extern ap_filter_rec_t *ap_subreq_core_filter_handle; -extern ap_filter_rec_t *ap_core_output_filter_handle; -extern ap_filter_rec_t *ap_content_length_filter_handle; -extern ap_filter_rec_t *ap_net_time_filter_handle; -extern ap_filter_rec_t *ap_core_input_filter_handle; -extern ap_filter_rec_t *ap_http_input_filter_handle; -extern ap_filter_rec_t *ap_http_header_filter_handle; -extern ap_filter_rec_t *ap_chunk_filter_handle; -extern ap_filter_rec_t *ap_byterange_filter_handle; +extern AP_DECLARE_DATA ap_filter_rec_t *ap_subreq_core_filter_handle; +extern AP_DECLARE_DATA ap_filter_rec_t *ap_core_output_filter_handle; +extern AP_DECLARE_DATA ap_filter_rec_t *ap_content_length_filter_handle; +extern AP_DECLARE_DATA ap_filter_rec_t *ap_net_time_filter_handle; +extern AP_DECLARE_DATA ap_filter_rec_t *ap_core_input_filter_handle; /** * This hook provdes a way for modules to provide metrics/statistics about