dougm       01/09/15 10:53:13

  Modified:    xs/tables/current/Apache FunctionTable.pm StructureTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.19      +61 -3     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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- FunctionTable.pm  2001/09/13 04:39:57     1.18
  +++ FunctionTable.pm  2001/09/15 17:53:12     1.19
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Wed Sep 12 21:41:32 2001
  +# !          Sat Sep 15 10:57:55 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -3519,7 +3519,7 @@
       ]
     },
     {
  -    'return_type' => 'void',
  +    'return_type' => 'ap_filter_rec_t *',
       'name' => 'ap_register_input_filter',
       'args' => [
         {
  @@ -3537,7 +3537,7 @@
       ]
     },
     {
  -    'return_type' => 'void',
  +    'return_type' => 'ap_filter_rec_t *',
       'name' => 'ap_register_output_filter',
       'args' => [
         {
  @@ -11006,6 +11006,64 @@
         {
           'type' => 'const char *',
           'name' => 'text'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_thread_cond_broadcast',
  +    'args' => [
  +      {
  +        'type' => 'apr_thread_cond_t *',
  +        'name' => 'cond'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_thread_cond_create',
  +    'args' => [
  +      {
  +        'type' => 'apr_thread_cond_t **',
  +        'name' => 'cond'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'pool'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_thread_cond_destroy',
  +    'args' => [
  +      {
  +        'type' => 'apr_thread_cond_t *',
  +        'name' => 'cond'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_thread_cond_signal',
  +    'args' => [
  +      {
  +        'type' => 'apr_thread_cond_t *',
  +        'name' => 'cond'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_thread_cond_wait',
  +    'args' => [
  +      {
  +        'type' => 'apr_thread_cond_t *',
  +        'name' => 'cond'
  +      },
  +      {
  +        'type' => 'apr_thread_mutex_t *',
  +        'name' => 'mutex'
         }
       ]
     },
  
  
  
  1.18      +5 -1      modperl-2.0/xs/tables/current/Apache/StructureTable.pm
  
  Index: StructureTable.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/StructureTable.pm,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- StructureTable.pm 2001/09/13 04:39:57     1.17
  +++ StructureTable.pm 2001/09/15 17:53:12     1.18
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Wed Sep 12 21:41:34 2001
  +# !          Sat Sep 15 10:57:57 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -2013,6 +2013,10 @@
           'name' => 'last'
         }
       ]
  +  },
  +  {
  +    'type' => 'apr_thread_cond_t',
  +    'elts' => []
     },
     {
       'type' => 'apr_thread_mutex_t',
  
  
  

Reply via email to