X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.h;fp=jcc.h;h=aa8d8299211c1916c87e0d98aa58b777308dd43b;hp=0035a3ec66164e9ec5ad857032d3572a51b2497a;hb=6ef17a2fe3300dc395522d35997f3e6d6490fa70;hpb=9b87e59614c7e19ed0b40d9037fbf77ae9871214 diff --git a/jcc.h b/jcc.h index 0035a3ec..aa8d8299 100644 --- a/jcc.h +++ b/jcc.h @@ -1,6 +1,6 @@ #ifndef JCC_H_INCLUDED #define JCC_H_INCLUDED -#define JCC_H_VERSION "$Id: jcc.h,v 1.31 2011/10/30 16:20:12 fabiankeil Exp $" +#define JCC_H_VERSION "$Id: jcc.h,v 1.32 2011/11/06 11:48:23 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.h,v $ @@ -36,10 +36,6 @@ *********************************************************************/ -#ifdef __cplusplus -extern "C" { -#endif - struct client_state; struct file_list; @@ -113,10 +109,6 @@ int main(int argc, char **argv); extern const char jcc_rcs[]; extern const char jcc_h_rcs[]; -#ifdef __cplusplus -} /* extern "C" */ -#endif - #endif /* ndef JCC_H_INCLUDED */ /*