stas        2004/05/24 12:57:11

  Modified:    xs/tables/current/ModPerl FunctionTable.pm
  Log:
  scanmap update
  
  Revision  Changes    Path
  1.159     +31 -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.158
  retrieving revision 1.159
  diff -u -u -r1.158 -r1.159
  --- FunctionTable.pm  21 May 2004 22:01:16 -0000      1.158
  +++ FunctionTable.pm  24 May 2004 19:57:11 -0000      1.159
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Fri May 21 14:50:13 2004
  +# !          Mon May 24 12:18:34 2004
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -5444,6 +5444,28 @@
       ]
     },
     {
  +    'return_type' => 'apr_finfo_t *',
  +    'name' => 'mpxs_APR__Finfo_stat',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'fname'
  +      },
  +      {
  +        'type' => 'apr_int32_t',
  +        'name' => 'wanted'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'void',
       'name' => 'mpxs_APR__Pool_clear',
       'attr' => [
  @@ -6177,8 +6199,16 @@
       'name' => 'mpxs_Apache__RequestRec_finfo',
       'args' => [
         {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
           'type' => 'request_rec *',
           'name' => 'r'
  +      },
  +      {
  +        'type' => 'apr_finfo_t *',
  +        'name' => 'finfo'
         }
       ]
     },
  
  
  

Reply via email to