dougm       01/04/28 15:34:20

  Modified:    xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.10      +75 -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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- FunctionTable.pm  2001/04/28 19:10:45     1.9
  +++ FunctionTable.pm  2001/04/28 22:34:18     1.10
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Sat Apr 28 11:56:55 2001
  +# !          Sat Apr 28 15:05:42 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -315,6 +315,20 @@
       'name' => 'modperl_ptr2obj'
     },
     {
  +    'return_type' => 'apr_pool_t *',
  +    'args' => [
  +      {
  +        'name' => 'my_perl',
  +        'type' => 'PerlInterpreter *'
  +      },
  +      {
  +        'name' => 'obj',
  +        'type' => 'SV *'
  +      }
  +    ],
  +    'name' => 'modperl_sv2pool'
  +  },
  +  {
       'return_type' => 'char *',
       'args' => [
         {
  @@ -2891,6 +2905,66 @@
         }
       ],
       'name' => 'mpxs_apr_base64_decode'
  +  },
  +  {
  +    'return_type' => 'modperl_uri_t *',
  +    'args' => [
  +      {
  +        'name' => 'p',
  +        'type' => 'apr_pool_t *'
  +      }
  +    ],
  +    'name' => 'mpxs_uri_new'
  +  },
  +  {
  +    'return_type' => 'uri_components *',
  +    'args' => [
  +      {
  +        'name' => 'r',
  +        'type' => 'request_rec *'
  +      }
  +    ],
  +    'name' => 'mpxs_Apache__RequestRec_parsed_uri'
  +  },
  +  {
  +    'return_type' => 'char *',
  +    'args' => [
  +      {
  +        'name' => 'my_perl',
  +        'type' => 'PerlInterpreter *'
  +      },
  +      {
  +        'name' => 'uptr',
  +        'type' => 'uri_components *'
  +      },
  +      {
  +        'name' => 'flags',
  +        'type' => 'unsigned'
  +      }
  +    ],
  +    'name' => 'mpxs_ap_unparse_uri_components'
  +  },
  +  {
  +    'return_type' => 'uri_components *',
  +    'args' => [
  +      {
  +        'name' => 'my_perl',
  +        'type' => 'PerlInterpreter *'
  +      },
  +      {
  +        'name' => 'classname',
  +        'type' => 'SV *'
  +      },
  +      {
  +        'name' => 'obj',
  +        'type' => 'SV *'
  +      },
  +      {
  +        'name' => 'uri_string',
  +        'type' => 'const char *'
  +      }
  +    ],
  +    'name' => 'mpxs_ap_parse_uri_components'
     },
     {
       'return_type' => 'SV *',
  
  
  

Reply via email to