dougm       01/10/08 10:39:54

  Modified:    xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.33      +10 -2     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.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- FunctionTable.pm  2001/10/07 23:02:41     1.32
  +++ FunctionTable.pm  2001/10/08 17:39:54     1.33
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Sun Oct  7 15:51:20 2001
  +# !          Mon Oct  8 10:46:14 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -4712,8 +4712,16 @@
       'name' => 'mpxs_special_list_do',
       'args' => [
         {
  -        'type' => '',
  +        'type' => 'PerlInterpreter *',
           'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'name'
  +      },
  +      {
  +        'type' => 'SV *',
  +        'name' => 'package'
         },
         {
           'type' => 'mpxs_special_list_do_t',
  
  
  


Reply via email to