]> granicus.if.org Git - apache/commitdiff
Remove deprecated ap_dechunk_filter from header.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 11 Oct 2001 19:44:51 +0000 (19:44 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 11 Oct 2001 19:44:51 +0000 (19:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91434 13f79535-47bb-0310-9956-ffa450edef68

modules/http/mod_core.h

index 8622a0034343e63bbd987de3eb98283768c259fd..d223817b342b96f08fb5f5adb5428bcd9f7a0903 100644 (file)
@@ -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);