dougm       01/12/17 17:55:52

  Modified:    xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.54      +34 -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.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- FunctionTable.pm  2001/12/15 23:51:43     1.53
  +++ FunctionTable.pm  2001/12/18 01:55:52     1.54
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Sat Dec 15 15:39:57 2001
  +# !          Mon Dec 17 17:56:17 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -3335,6 +3335,39 @@
         {
           'type' => 'void *',
           'name' => 'cfg'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'int',
  +    'name' => 'modperl_spawn_proc_prog',
  +    'attr' => [
  +      'static'
  +    ],
  +    'args' => [
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'command'
  +      },
  +      {
  +        'type' => 'const char ***',
  +        'name' => 'argv'
  +      },
  +      {
  +        'type' => 'apr_file_t **',
  +        'name' => 'script_in'
  +      },
  +      {
  +        'type' => 'apr_file_t **',
  +        'name' => 'script_out'
  +      },
  +      {
  +        'type' => 'apr_file_t **',
  +        'name' => 'script_err'
         }
       ]
     },
  
  
  


Reply via email to