From: Justin Erenkrantz Date: Thu, 11 Oct 2001 19:44:51 +0000 (+0000) Subject: Remove deprecated ap_dechunk_filter from header. X-Git-Tag: 2.0.26~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11b85e17ba123af0eae19a8c90626f40f71a2aa4;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/http/mod_core.h b/modules/http/mod_core.h index 8622a003434..d223817b342 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);