costin      02/05/23 16:33:50

  Modified:    jk/native2/server/apache13 jk_service_apache13.c
  Log:
  Add the JK_METHOD and include to make it compile on win32.
  
  Revision  Changes    Path
  1.6       +3 -2      
jakarta-tomcat-connectors/jk/native2/server/apache13/jk_service_apache13.c
  
  Index: jk_service_apache13.c
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/native2/server/apache13/jk_service_apache13.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jk_service_apache13.c     16 May 2002 20:56:08 -0000      1.5
  +++ jk_service_apache13.c     23 May 2002 23:33:50 -0000      1.6
  @@ -68,6 +68,7 @@
   #include "http_log.h"
   
   #include "util_script.h"
  +#include "util_date.h"
   /*
    * Jakarta (jk_) include files
    */
  @@ -278,7 +279,7 @@
       return 0;
   }
   
  -static int jk2_init_ws_service(jk_env_t *env, jk_ws_service_t *s,
  +static int JK_METHOD jk2_init_ws_service(jk_env_t *env, jk_ws_service_t *s,
                                  jk_worker_t *worker, void *serverObj)
   {
       /*     ap_port_t port; */
  @@ -462,7 +463,7 @@
    *  jk shouldn't do it instead, and the user should get the
    *  error message !
    */
  -static void jk2_service_apache13_afterRequest(jk_env_t *env, jk_ws_service_t *s )
  +static void JK_METHOD jk2_service_apache13_afterRequest(jk_env_t *env, 
jk_ws_service_t *s )
   {
       
       if (s->content_read < s->content_length ||
  
  
  

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

Reply via email to