hgomez      2004/02/04 08:37:06

  Modified:    jk/native/common jk_util.h
  Log:
  Fix prototype (Thanks to Gunter Knauf)
  
  Revision  Changes    Path
  1.14      +2 -2      jakarta-tomcat-connectors/jk/native/common/jk_util.h
  
  Index: jk_util.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_util.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- jk_util.h 5 Nov 2003 09:15:39 -0000       1.13
  +++ jk_util.h 4 Feb 2004 16:37:06 -0000       1.14
  @@ -130,7 +130,7 @@
                                   const char *wname,
                                    int def);
   
  -int jk_get_prepost_timeout(jk_map_t *m,
  +int jk_get_worker_prepost_timeout(jk_map_t *m,
                              const char *wname,
                              int def);
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to