dougm       2002/06/20 20:04:36

  Modified:    xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.74      +4 -21     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.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- FunctionTable.pm  21 Jun 2002 00:07:24 -0000      1.73
  +++ FunctionTable.pm  21 Jun 2002 03:04:36 -0000      1.74
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Thu Jun 20 16:54:53 2002
  +# !          Thu Jun 20 19:51:30 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -2275,10 +2275,6 @@
       'name' => 'modperl_interp_new',
       'args' => [
         {
  -        'type' => 'apr_pool_t *',
  -        'name' => 'p'
  -      },
  -      {
           'type' => 'modperl_interp_pool_t *',
           'name' => 'mip'
         },
  @@ -2470,12 +2466,7 @@
     {
       'return_type' => 'modperl_list_t *',
       'name' => 'modperl_list_new',
  -    'args' => [
  -      {
  -        'type' => 'apr_pool_t *',
  -        'name' => 'p'
  -      }
  -    ]
  +    'args' => []
     },
     {
       'return_type' => 'modperl_list_t *',
  @@ -3975,26 +3966,18 @@
       'name' => 'modperl_xs_dl_handles_close',
       'args' => [
         {
  -        'type' => 'apr_pool_t *',
  -        'name' => 'p'
  -      },
  -      {
  -        'type' => 'apr_array_header_t *',
  +        'type' => 'void **',
           'name' => 'handles'
         }
       ]
     },
     {
  -    'return_type' => 'apr_array_header_t *',
  +    'return_type' => 'void **',
       'name' => 'modperl_xs_dl_handles_get',
       'args' => [
         {
           'type' => 'PerlInterpreter *',
           'name' => 'my_perl'
  -      },
  -      {
  -        'type' => 'apr_pool_t *',
  -        'name' => 'p'
         }
       ]
     },
  
  
  


Reply via email to