dougm       2002/06/03 16:46:44

  Modified:    xs/tables/current/ModPerl FunctionTable.pm
  Log:
  need to update pre_config hook namechange for win32 .def
  
  Revision  Changes    Path
  1.71      +2 -2      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.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- FunctionTable.pm  30 May 2002 02:33:48 -0000      1.70
  +++ FunctionTable.pm  3 Jun 2002 23:46:44 -0000       1.71
  @@ -3232,8 +3232,8 @@
       ]
     },
     {
  -    'return_type' => 'void',
  -    'name' => 'modperl_pre_config_handler',
  +    'return_type' => 'int',
  +    'name' => 'modperl_hook_pre_config',
       'args' => [
         {
           'type' => 'apr_pool_t *',
  
  
  


Reply via email to