X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgi.h;h=be1dbf7b08beb84c7a0400df0217a96126d71fd5;hp=09e03472fa68a38c357e2a4ca1cd01ce2b8c131a;hb=3332d90ad76446d4d124880a29b0717e78203ecb;hpb=f7d08df1b88e1b3610aeae2ec30627982523fee5 diff --git a/cgi.h b/cgi.h index 09e03472..be1dbf7b 100644 --- a/cgi.h +++ b/cgi.h @@ -1,6 +1,6 @@ #ifndef CGI_H_INCLUDED #define CGI_H_INCLUDED -#define CGI_H_VERSION "$Id: cgi.h,v 1.41 2011/09/04 11:10:56 fabiankeil Exp $" +#define CGI_H_VERSION "$Id: cgi.h,v 1.42 2012/11/09 10:47:42 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgi.h,v $ @@ -41,10 +41,6 @@ #include "project.h" -#ifdef __cplusplus -extern "C" { -#endif - /* * Main dispatch function */ @@ -130,10 +126,6 @@ extern const size_t image_blank_length; extern const char cgi_rcs[]; extern const char cgi_h_rcs[]; -#ifdef __cplusplus -} /* extern "C" */ -#endif - #endif /* ndef CGI_H_INCLUDED */ /*