You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/04/01 04:39:31 UTC

cvs commit: httpd-2.0/modules/proxy mod_proxy.c

wrowe       02/03/31 18:39:31

  Modified:    modules/proxy mod_proxy.c
  Log:
    Fix another linkage error for 2.0.34 and cvs head
  
  Revision  Changes    Path
  1.79      +1 -1      httpd-2.0/modules/proxy/mod_proxy.c
  
  Index: mod_proxy.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/proxy/mod_proxy.c,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- mod_proxy.c	29 Mar 2002 08:04:04 -0000	1.78
  +++ mod_proxy.c	1 Apr 2002 02:39:31 -0000	1.79
  @@ -1051,7 +1051,7 @@
   
   static APR_OPTIONAL_FN_TYPE(ssl_proxy_enable) *proxy_ssl_enable = NULL;
   
  -int ap_proxy_ssl_enable(conn_rec *c)
  +PROXY_DECLARE(int) ap_proxy_ssl_enable(conn_rec *c)
   {
       /* 
        * if c == NULL just check if the optional function was imported