diff options
Diffstat (limited to 'include/http_core.h')
-rw-r--r-- | include/http_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/http_core.h b/include/http_core.h index d3573071a1..a64a1888d6 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -852,7 +852,6 @@ AP_DECLARE_DATA extern ap_filter_rec_t *ap_subreq_core_filter_handle; AP_DECLARE_DATA extern ap_filter_rec_t *ap_core_output_filter_handle; AP_DECLARE_DATA extern ap_filter_rec_t *ap_content_length_filter_handle; AP_DECLARE_DATA extern ap_filter_rec_t *ap_core_input_filter_handle; -AP_DECLARE_DATA extern ap_filter_rec_t *ap_request_core_filter_handle; /** * This hook provdes a way for modules to provide metrics/statistics about |