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);  
   }
   
  
  
  

Reply via email to