Commit d2b3b007 authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

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
parent 7dc4e424
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);