X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=gateway.h;h=544752cd69a1f8d9a33c8dcb44011084965eb2a8;hp=c1d8add1d51a3baf81b3f5489459f8c958dcb327;hb=b374496daac41b610b0c0d4b2367efbf41880554;hpb=c48afc6b0dd9b8dd90f6d51d7ab0370ad3cd5c9f diff --git a/gateway.h b/gateway.h index c1d8add1..544752cd 100644 --- a/gateway.h +++ b/gateway.h @@ -1,6 +1,5 @@ #ifndef GATEWAY_H_INCLUDED #define GATEWAY_H_INCLUDED -#define GATEWAY_H_VERSION "$Id: gateway.h,v 1.25 2017/06/04 14:42:13 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/gateway.h,v $ @@ -63,12 +62,6 @@ extern int connection_destination_matches(const struct reusable_connection *conn 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[]; - #endif /* ndef GATEWAY_H_INCLUDED */ /*