dougm       01/11/06 19:13:21

  Modified:    xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.44      +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.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- FunctionTable.pm  2001/11/06 18:41:59     1.43
  +++ FunctionTable.pm  2001/11/07 03:13:21     1.44
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Tue Nov  6 10:53:09 2001
  +# !          Tue Nov  6 19:24:25 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -5058,6 +5058,16 @@
         {
           'type' => 'apr_read_type_e',
           'name' => 'block'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'mpxs_setup_client_block',
  +    'args' => [
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
         }
       ]
     },
  
  
  


Reply via email to