X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=gateway.h;h=989704432213e12388954031b88f63b124339c3e;hp=278f70e0ab4c4a6e4e5f6977f0cccf4da261f738;hb=c39030e5381369a9cabd2ee15ef34926f11697de;hpb=0ad5ceedec2b1049cff13e8cab789733d373267e diff --git a/gateway.h b/gateway.h index 278f70e0..98970443 100644 --- a/gateway.h +++ b/gateway.h @@ -1,6 +1,6 @@ #ifndef GATEWAY_H_INCLUDED #define GATEWAY_H_INCLUDED -#define GATEWAY_H_VERSION "$Id: gateway.h,v 1.2 2001/06/07 23:12:14 jongfoster Exp $" +#define GATEWAY_H_VERSION "$Id: gateway.h,v 1.3 2001/07/29 18:58:15 jongfoster Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/gateway.h,v $ @@ -36,6 +36,10 @@ * * Revisions : * $Log: gateway.h,v $ + * Revision 1.3 2001/07/29 18:58:15 jongfoster + * Removing nested #includes, adding forward declarations for needed + * structures, and changing the #define _FILENAME_H to FILENAME_H_INCLUDED. + * * Revision 1.2 2001/06/07 23:12:14 jongfoster * Removing gateways[] list - no longer used. * Replacing function pointer in struct gateway with a directly @@ -59,9 +63,9 @@ struct forward_spec; struct http_request; struct client_state; -extern int forwarded_connect(const struct forward_spec * fwd, - struct http_request *http, - struct client_state *csp); +extern jb_socket forwarded_connect(const struct forward_spec * fwd, + struct http_request *http, + struct client_state *csp); /* Revision control strings from this header and associated .c file */ extern const char gateway_rcs[];