]> granicus.if.org Git - apache/commitdiff
Finish (almost) Ryan's change of apr_filter_t back to ap_filter_t so
authorJeff Trawick <trawick@apache.org>
Sat, 5 Aug 2000 12:28:42 +0000 (12:28 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 5 Aug 2000 12:28:42 +0000 (12:28 +0000)
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

index c66102b65e06379f48ac454dd75c5f8d9d761a18..7d443b70eaf0b897cd7e7462af263bd9467e2ff3 100644 (file)
@@ -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