You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2005/02/19 11:54:49 UTC

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_service.h jk_util.h

mturk       2005/02/19 02:54:49

  Modified:    jk/native/common jk_service.h jk_util.h
  Log:
  Move init service proto to correct header.
  
  Revision  Changes    Path
  1.30      +5 -2      jakarta-tomcat-connectors/jk/native/common/jk_service.h
  
  Index: jk_service.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_service.h,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- jk_service.h	16 Feb 2005 15:09:21 -0000	1.29
  +++ jk_service.h	19 Feb 2005 10:54:49 -0000	1.30
  @@ -27,10 +27,10 @@
   #ifndef JK_SERVICE_H
   #define JK_SERVICE_H
   
  -#include "jk_map.h"
   #include "jk_global.h"
   #include "jk_logger.h"
   #include "jk_pool.h"
  +#include "jk_map.h"
   #include "jk_uri_worker_map.h"
   #include "jk_msg_buff.h"
   
  @@ -430,6 +430,9 @@
                                             const char *name,
                                             jk_logger_t *l);
   
  +void jk_init_ws_service(jk_ws_service_t *s);
  +
  +
   #ifdef __cplusplus
   }
   #endif                          /* __cplusplus */
  
  
  
  1.29      +1 -3      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.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- jk_util.h	17 Feb 2005 07:07:51 -0000	1.28
  +++ jk_util.h	19 Feb 2005 10:54:49 -0000	1.29
  @@ -137,8 +137,6 @@
   
   void jk_append_libpath(jk_pool_t *p, const char *libpath);
   
  -void jk_init_ws_service(jk_ws_service_t *s);
  -
   void jk_set_worker_def_cache_size(int sz);
   
   int jk_get_worker_def_cache_size(int protocol);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org