stas        2004/01/28 17:32:58

  Modified:    xs/tables/current/ModPerl FunctionTable.pm
  Log:
  update mpxs_APR__Brigade_flatten entry in the function table to reflect the
  recent API changes
  
  Revision  Changes    Path
  1.142     +11 -7     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.141
  retrieving revision 1.142
  diff -u -u -r1.141 -r1.142
  --- FunctionTable.pm  28 Jan 2004 13:54:36 -0000      1.141
  +++ FunctionTable.pm  29 Jan 2004 01:32:58 -0000      1.142
  @@ -6474,23 +6474,27 @@
     {
       'return_type' => 'SV *',
       'name' => 'mpxs_APR__Brigade_flatten',
  +    'attr' => [
  +      'static',
  +      '__inline__'
  +    ],
       'args' => [
         {
           'type' => 'PerlInterpreter *',
           'name' => 'my_perl'
         },
         {
  -        'type' => 'apr_bucket_brigade *',
  -        'name' => 'bb'
  +        'type' => 'I32',
  +        'name' => 'items'
         },
         {
  -        'type' => 'apr_pool_t *',
  -        'name' => 'pool'
  +        'type' => 'SV **',
  +        'name' => 'mark'
         },
         {
  -        'type' => 'SV *',
  -        'name' => 'sv_len'
  -      },
  +        'type' => 'SV **',
  +        'name' => 'sp'
  +      }
       ]
     },
     {
  
  
  

Reply via email to