dougm       01/10/22 10:25:39

  Modified:    xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.40      +25 -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.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- FunctionTable.pm  2001/10/21 06:51:07     1.39
  +++ FunctionTable.pm  2001/10/22 17:25:39     1.40
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Sun Oct 21 00:00:29 2001
  +# !          Mon Oct 22 10:35:51 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -1338,6 +1338,16 @@
     },
     {
       'return_type' => 'void *',
  +    'name' => 'modperl_get_perl_module_config',
  +    'args' => [
  +      {
  +        'type' => 'ap_conf_vector_t *',
  +        'name' => 'cv'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void *',
       'name' => 'modperl_global_get',
       'args' => [
         {
  @@ -3168,6 +3178,20 @@
         {
           'type' => 'apr_pool_t *',
           'name' => 'p'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'modperl_set_perl_module_config',
  +    'args' => [
  +      {
  +        'type' => 'ap_conf_vector_t *',
  +        'name' => 'cv'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'cfg'
         }
       ]
     },
  
  
  


Reply via email to