X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=gateway.h;h=3e5284b9b5962135f3279eb37c104697eb50cc34;hp=4694a5bd43d13e73a775ef3df9c381074947da56;hb=3010d66d9bf05c41787d589e6a9584dbbded8206;hpb=eadc3100faaf9d658801c21ca1dccc0bfa6da0e2 diff --git a/gateway.h b/gateway.h index 4694a5bd..3e5284b9 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.21 2011/09/04 11:10:56 fabiankeil Exp $" +#define GATEWAY_H_VERSION "$Id: gateway.h,v 1.23 2013/11/24 14:23:28 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/gateway.h,v $ @@ -37,10 +37,6 @@ *********************************************************************/ -#ifdef __cplusplus -extern "C" { -#endif - struct forward_spec; struct http_request; struct client_state; @@ -70,16 +66,16 @@ extern int connection_destination_matches(const struct reusable_connection *conn const struct forward_spec *fwd); #endif /* def FEATURE_CONNECTION_KEEP_ALIVE */ +#ifdef FUZZ +extern jb_err socks_fuzz(struct client_state *csp); +#endif + /* * Revision control strings from this header and associated .c file */ extern const char gateway_rcs[]; extern const char gateway_h_rcs[]; -#ifdef __cplusplus -} /* extern "C" */ -#endif - #endif /* ndef GATEWAY_H_INCLUDED */ /*