Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 20686 invoked by uid 500); 28 Jun 2002 08:40:45 -0000 Mailing-List: contact test-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-cvs@httpd.apache.org Received: (qmail 20671 invoked from network); 28 Jun 2002 08:40:45 -0000 Date: 28 Jun 2002 08:40:44 -0000 Message-ID: <20020628084044.54875.qmail@icarus.apache.org> From: jerenkrantz@apache.org To: httpd-test-cvs@apache.org Subject: cvs commit: httpd-test/perl-framework/c-modules/input_body_filter mod_input_body_filter.c X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N jerenkrantz 2002/06/28 01:40:43 Modified: perl-framework/c-modules/input_body_filter mod_input_body_filter.c Log: Sync up with ap_register_input_filter prototype change. Revision Changes Path 1.10 +1 -0 httpd-test/perl-framework/c-modules/input_body_filter/mod_input_body_filter.c Index: mod_input_body_filter.c =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/c-modules/input_body_filter/mod_input_body_filter.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- mod_input_body_filter.c 29 Mar 2002 08:20:40 -0000 1.9 +++ mod_input_body_filter.c 28 Jun 2002 08:40:43 -0000 1.10 @@ -161,6 +161,7 @@ ap_register_input_filter(INPUT_BODY_FILTER_NAME, input_body_filter_handler, + NULL, AP_FTYPE_RESOURCE); }