]> granicus.if.org Git - apache/commitdiff
Whoops, missed this. Moved these symbols to mod_core.h
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 5 Apr 2002 20:55:38 +0000 (20:55 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 5 Apr 2002 20:55:38 +0000 (20:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94469 13f79535-47bb-0310-9956-ffa450edef68

include/http_core.h

index 1a46833d5252c900fad25d082863e2edbfaab7c8..7bc555582e735cb02943c5a5378f572085949207 100644 (file)
@@ -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