From 14dd6f0545d54d3c75b04e4adb424fc0cd1c0b06 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 5 Aug 2000 12:28:42 +0000 Subject: [PATCH] Finish (almost) Ryan's change of apr_filter_t back to ap_filter_t so that apache builds again. AFAICT, there is one last occurrence of apr_filter_t in ryan.patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85995 13f79535-47bb-0310-9956-ffa450edef68 --- include/httpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/httpd.h b/include/httpd.h index c66102b65e..7d443b70ea 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -725,7 +725,7 @@ struct request_rec { struct ap_rr_xlate *rrx; #endif /*APACHE_XLATE*/ - struct apr_filter_t *filters; + struct ap_filter_t *filters; /* Things placed at the end of the record to avoid breaking binary * compatibility. It would be nice to remember to reorder the entire -- 2.40.0