dougm       2002/06/20 17:07:25

  Modified:    xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.73      +11 -1     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.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- FunctionTable.pm  16 Jun 2002 01:09:18 -0000      1.72
  +++ FunctionTable.pm  21 Jun 2002 00:07:24 -0000      1.73
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Sat Jun 15 17:57:19 2002
  +# !          Thu Jun 20 16:54:53 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -3581,6 +3581,16 @@
         {
           'type' => 'SV *',
           'name' => 'sv'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'int',
  +    'name' => 'modperl_sys_dlclose',
  +    'args' => [
  +      {
  +        'type' => 'void *',
  +        'name' => 'handle'
         }
       ]
     },
  
  
  


Reply via email to