X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=jcc.h;h=aa8d8299211c1916c87e0d98aa58b777308dd43b;hb=f60ef8722bbac94cad6dc6494fbe24ea3e84a4b4;hp=e871f5df1a15c6ce9bf440b284e959f069c67460;hpb=43f5258489643f42346c27d440f6353cda2838d2;p=privoxy.git diff --git a/jcc.h b/jcc.h index e871f5df..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.30 2011/09/04 11:10:56 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; @@ -99,10 +95,6 @@ extern privoxy_mutex_t resolver_mutex; extern privoxy_mutex_t rand_mutex; #endif /* ndef HAVE_RANDOM */ -#ifdef HAVE_STRTOK -extern privoxy_mutex_t strtok_mutex; -#endif /* ndef HAVE_STRTOK */ - #endif /* FEATURE_PTHREAD */ /* Functions */ @@ -117,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 */ /*