dougm       01/04/19 20:03:41

  Modified:    xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.7       +19 -29    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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- FunctionTable.pm  2001/04/20 00:38:11     1.6
  +++ FunctionTable.pm  2001/04/20 03:03:40     1.7
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Thu Apr 19 17:22:38 2001
  +# !          Thu Apr 19 19:14:01 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -286,6 +286,24 @@
           'type' => 'PerlInterpreter *'
         },
         {
  +        'name' => 'stashsv',
  +        'type' => 'SV *'
  +      },
  +      {
  +        'name' => 'obj',
  +        'type' => 'SV *'
  +      }
  +    ],
  +    'name' => 'modperl_newSVsv_obj'
  +  },
  +  {
  +    'return_type' => 'SV *',
  +    'args' => [
  +      {
  +        'name' => 'my_perl',
  +        'type' => 'PerlInterpreter *'
  +      },
  +      {
           'name' => 'classname',
           'type' => 'char *'
         },
  @@ -1923,20 +1941,6 @@
       'name' => 'modperl_run_filter'
     },
     {
  -    'return_type' => 'modperl_filter_t *',
  -    'args' => [
  -      {
  -        'name' => 'my_perl',
  -        'type' => 'PerlInterpreter *'
  -      },
  -      {
  -        'name' => 'sv',
  -        'type' => 'SV *'
  -      }
  -    ],
  -    'name' => 'modperl_sv2filter'
  -  },
  -  {
       'return_type' => 'apr_status_t',
       'args' => [
         {
  @@ -3133,20 +3137,6 @@
         }
       ],
       'name' => 'mpxs_ap_get_client_block'
  -  },
  -  {
  -    'return_type' => 'request_rec *',
  -    'args' => [
  -      {
  -        'name' => 'classname',
  -        'type' => 'SV *'
  -      },
  -      {
  -        'name' => 'r',
  -        'type' => 'request_rec *'
  -      }
  -    ],
  -    'name' => 'mpxs_Apache__RequestRec_TIEHANDLE'
     }
   ];
   
  
  
  

Reply via email to