stas        2002/12/07 17:57:49

  Modified:    xs/tables/current/ModPerl FunctionTable.pm
  Log:
  The recent addition of $r->as_string requiring
  modperl_sv_str_header requires, at least for Win32,
  adding this function to ModPerl::FunctionTable so
  that it gets included in the mod_perl lib.
  Submitted by: Randy Kobes <[EMAIL PROTECTED]>
  Reviewed by:  stas
  
  Revision  Changes    Path
  1.88      +18 -0     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.87
  retrieving revision 1.88
  diff -u -r1.87 -r1.88
  --- FunctionTable.pm  6 Dec 2002 16:19:36 -0000       1.87
  +++ FunctionTable.pm  8 Dec 2002 01:57:49 -0000       1.88
  @@ -3817,6 +3817,24 @@
       ]
     },
     {
  +    'return_type' => 'int',
  +    'name' => 'modperl_sv_str_header',
  +    'args' => [
  +      {
  +        'type' => 'void *',
  +        'name' => 'arg'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'k'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'v'
  +      },
  +    ]
  +  },
  +  {
       'return_type' => 'apr_pool_t *',
       'name' => 'modperl_sv2pool',
       'args' => [
  
  
  


Reply via email to