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 2004/08/03 14:10:56 UTC

cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.c

mturk       2004/08/03 05:10:56

  Modified:    ajp/proxy mod_proxy.c
  Log:
  Remove forward declaration for module.
  It is not needed, and it is not in the 2.1-HEAD.
  
  Revision  Changes    Path
  1.3       +0 -2      jakarta-tomcat-connectors/ajp/proxy/mod_proxy.c
  
  Index: mod_proxy.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/ajp/proxy/mod_proxy.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_proxy.c	3 Aug 2004 12:08:22 -0000	1.2
  +++ mod_proxy.c	3 Aug 2004 12:10:56 -0000	1.3
  @@ -28,8 +28,6 @@
   APR_DECLARE_OPTIONAL_FN(int, ssl_engine_disable, (conn_rec *));
   #endif
   
  -module AP_MODULE_DECLARE_DATA proxy_module;
  -
   #ifndef MAX
   #define MAX(x,y) ((x) >= (y) ? (x) : (y))
   #endif
  
  
  

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