You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@apache.org on 2001/01/07 22:50:04 UTC

cvs commit: modperl-2.0/src/modules/perl modperl_types.h

dougm       01/01/07 13:50:04

  Modified:    src/modules/perl modperl_types.h
  Log:
  not using this just yet
  
  Revision  Changes    Path
  1.17      +0 -1      modperl-2.0/src/modules/perl/modperl_types.h
  
  Index: modperl_types.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_types.h,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- modperl_types.h	2001/01/02 06:40:19	1.16
  +++ modperl_types.h	2001/01/07 21:50:03	1.17
  @@ -186,7 +186,6 @@
       apr_pool_t *pool;
   } modperl_filter_t;
   
  -typedef modperl_filter_t *  Apache__Filter;
   typedef modperl_filter_t *  Apache__OutputFilter;
   typedef modperl_filter_t *  Apache__InputFilter;