dougm       01/10/20 23:51:07

  Modified:    xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.39      +1 -29     modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm
  
  Index: FunctionTable.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- FunctionTable.pm  2001/10/21 05:48:13     1.38
  +++ FunctionTable.pm  2001/10/21 06:51:07     1.39
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Sat Oct 20 22:58:03 2001
  +# !          Sun Oct 21 00:00:29 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -2122,40 +2122,12 @@
       ]
     },
     {
  -    'return_type' => 'void',
  -    'name' => 'modperl_interp_pool_add',
  -    'args' => [
  -      {
  -        'type' => 'modperl_interp_pool_t *',
  -        'name' => 'mip'
  -      },
  -      {
  -        'type' => 'modperl_interp_t *',
  -        'name' => 'interp'
  -      }
  -    ]
  -  },
  -  {
       'return_type' => 'apr_status_t',
       'name' => 'modperl_interp_pool_destroy',
       'args' => [
         {
           'type' => 'void *',
           'name' => 'data'
  -      }
  -    ]
  -  },
  -  {
  -    'return_type' => 'void',
  -    'name' => 'modperl_interp_pool_remove',
  -    'args' => [
  -      {
  -        'type' => 'modperl_interp_pool_t *',
  -        'name' => 'mip'
  -      },
  -      {
  -        'type' => 'modperl_interp_t *',
  -        'name' => 'interp'
         }
       ]
     },
  
  
  


Reply via email to