dougm       2002/06/15 18:09:18

  Modified:    xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.72      +54 -19    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.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- FunctionTable.pm  3 Jun 2002 23:46:44 -0000       1.71
  +++ FunctionTable.pm  16 Jun 2002 01:09:18 -0000      1.72
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Sat May 25 11:12:06 2002
  +# !          Sat Jun 15 17:57:19 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -1355,6 +1355,11 @@
       ]
     },
     {
  +    'return_type' => 'void',
  +    'name' => 'modperl_env_unload',
  +    'args' => []
  +  },
  +  {
       'return_type' => 'int',
       'name' => 'modperl_errsv',
       'args' => [
  @@ -2082,6 +2087,24 @@
       ]
     },
     {
  +    'return_type' => 'int',
  +    'name' => 'modperl_hook_pre_config',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'plog'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'ptemp'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'void',
       'name' => 'modperl_init',
       'args' => [
  @@ -3175,6 +3198,36 @@
       ]
     },
     {
  +    'return_type' => 'void',
  +    'name' => 'modperl_perl_pp_set',
  +    'args' => [
  +      {
  +        'type' => 'modperl_perl_opcode_e',
  +        'name' => 'idx'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'modperl_perl_pp_set_all',
  +    'args' => []
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'modperl_perl_pp_unset',
  +    'args' => [
  +      {
  +        'type' => 'modperl_perl_opcode_e',
  +        'name' => 'idx'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'modperl_perl_pp_unset_all',
  +    'args' => []
  +  },
  +  {
       'return_type' => 'SV *',
       'name' => 'modperl_perl_sv_setref_uv',
       'attr' => [
  @@ -3228,24 +3281,6 @@
         {
           'type' => 'request_rec *',
           'name' => 'r'
  -      }
  -    ]
  -  },
  -  {
  -    'return_type' => 'int',
  -    'name' => 'modperl_hook_pre_config',
  -    'args' => [
  -      {
  -        'type' => 'apr_pool_t *',
  -        'name' => 'p'
  -      },
  -      {
  -        'type' => 'apr_pool_t *',
  -        'name' => 'plog'
  -      },
  -      {
  -        'type' => 'apr_pool_t *',
  -        'name' => 'ptemp'
         }
       ]
     },
  
  
  


Reply via email to