X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=gateway.h;h=3e5284b9b5962135f3279eb37c104697eb50cc34;hp=5952f0111dc8917a5aa9047bea313e5194372338;hb=d4601b54301b53e501fdf17958267dddd6438e9c;hpb=6ef17a2fe3300dc395522d35997f3e6d6490fa70 diff --git a/gateway.h b/gateway.h index 5952f011..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.22 2012/10/23 10:16:52 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 $ @@ -66,6 +66,10 @@ 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 */