X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgiedit.h;h=90017ecf45e3a7d90c0dbf444e41bdf73f6515c7;hp=287bd47929d298a298bffa2e95afad6ff81a3100;hb=dc33fcf6aa752fb4d122dbf2f111026392b5cfca;hpb=0428133610c525457cb16f7ac6a54203a2743d6c diff --git a/cgiedit.h b/cgiedit.h index 287bd479..90017ecf 100644 --- a/cgiedit.h +++ b/cgiedit.h @@ -1,6 +1,6 @@ #ifndef CGIEDIT_H_INCLUDED #define CGIEDIT_H_INCLUDED -#define CGIEDIT_H_VERSION "$Id: cgiedit.h,v 1.11 2009/05/16 13:27:20 fabiankeil Exp $" +#define CGIEDIT_H_VERSION "$Id: cgiedit.h,v 1.12 2011/09/04 11:10:56 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgiedit.h,v $ @@ -40,10 +40,6 @@ #include "project.h" -#ifdef __cplusplus -extern "C" { -#endif - /* * CGI functions */ @@ -98,10 +94,6 @@ extern jb_err cgi_toggle(struct client_state *csp, extern const char cgiedit_rcs[]; extern const char cgiedit_h_rcs[]; -#ifdef __cplusplus -} /* extern "C" */ -#endif - #endif /* ndef CGI_H_INCLUDED */ /*