X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=gateway.h;h=5952f0111dc8917a5aa9047bea313e5194372338;hb=8719a1048c59e4a500b0c4c31fc133a038de4c0c;hp=4694a5bd43d13e73a775ef3df9c381074947da56;hpb=eadc3100faaf9d658801c21ca1dccc0bfa6da0e2;p=privoxy.git diff --git a/gateway.h b/gateway.h index 4694a5bd..5952f011 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.22 2012/10/23 10:16:52 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; @@ -76,10 +72,6 @@ extern int connection_destination_matches(const struct reusable_connection *conn extern const char gateway_rcs[]; extern const char gateway_h_rcs[]; -#ifdef __cplusplus -} /* extern "C" */ -#endif - #endif /* ndef GATEWAY_H_INCLUDED */ /*