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/09/23 13:49:04 UTC

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

mturk       2005/09/23 04:49:04

  Modified:    jk/native/common jk_connect.h
  Log:
  Fix compile time warning
  
  Revision  Changes    Path
  1.17      +2 -2      jakarta-tomcat-connectors/jk/native/common/jk_connect.h
  
  Index: jk_connect.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_connect.h,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- jk_connect.h	14 Sep 2005 06:45:00 -0000	1.16
  +++ jk_connect.h	23 Sep 2005 11:49:03 -0000	1.17
  @@ -55,7 +55,7 @@
   
   int jk_is_socket_connected(int sd);
   
  -void jk_sleep_def();
  +void jk_sleep_def(void);
   
   #ifdef __cplusplus
   }
  
  
  

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