dougm       01/11/06 10:26:13

  Modified:    xs/tables/current/Apache FunctionTable.pm
               xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.24      +23 -1     modperl-2.0/xs/tables/current/Apache/FunctionTable.pm
  
  Index: FunctionTable.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/FunctionTable.pm,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- FunctionTable.pm  2001/10/27 16:54:20     1.23
  +++ FunctionTable.pm  2001/11/06 18:26:13     1.24
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Sat Oct 27 10:00:40 2001
  +# !          Tue Nov  6 10:36:44 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -8992,6 +8992,28 @@
     {
       'return_type' => 'apr_status_t',
       'name' => 'apr_pool_userdata_set',
  +    'args' => [
  +      {
  +        'type' => 'const void *',
  +        'name' => 'data'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'key'
  +      },
  +      {
  +        'type' => 'apr_status_t (*cleanup)(void *)',
  +        'name' => 'arg2'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'cont'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_pool_userdata_setn',
       'args' => [
         {
           'type' => 'const void *',
  
  
  
  1.42      +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.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- FunctionTable.pm  2001/11/01 22:19:49     1.41
  +++ FunctionTable.pm  2001/11/06 18:26:13     1.42
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Thu Nov  1 14:22:34 2001
  +# !          Tue Nov  6 10:38:34 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -1073,9 +1073,33 @@
       ]
     },
     {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'modperl_config_req_cleanup',
  +    'args' => [
  +      {
  +        'type' => 'void *',
  +        'name' => 'data'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'modperl_config_req_t *',
       'name' => 'modperl_config_req_new',
       'args' => [
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'modperl_config_request_cleanup',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
         {
           'type' => 'request_rec *',
           'name' => 'r'
  
  
  


Reply via email to