From 11b85e17ba123af0eae19a8c90626f40f71a2aa4 Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Thu, 11 Oct 2001 19:44:51 +0000 Subject: [PATCH] Remove deprecated ap_dechunk_filter from header. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91434 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/mod_core.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/http/mod_core.h b/modules/http/mod_core.h index 8622a00343..d223817b34 100644 --- a/modules/http/mod_core.h +++ b/modules/http/mod_core.h @@ -75,8 +75,6 @@ extern "C" { */ apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b, ap_input_mode_t mode, apr_off_t *readbytes); -apr_status_t ap_dechunk_filter(ap_filter_t *f, apr_bucket_brigade *b, - ap_input_mode_t mode, apr_off_t *readbytes); char *ap_response_code_string(request_rec *r, int error_index); -- 2.50.1