X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=pcrs.h;h=9798db1cc61536a1406bed1297eaa411f51b05ab;hp=9b6acd8aae4dee2c5eb646fb5a88231a55b7396e;hb=f35db2b95ff1380abf88f826172c5992f4ebafa1;hpb=e72b401da5537a14b29e945944926373cb251825 diff --git a/pcrs.h b/pcrs.h index 9b6acd8a..9798db1c 100644 --- a/pcrs.h +++ b/pcrs.h @@ -11,17 +11,13 @@ * *********************************************************************/ -#define PCRS_H_VERSION "$Id: pcrs.h,v 1.16 2007/04/30 15:02:19 fabiankeil Exp $" +#define PCRS_H_VERSION "$Id: pcrs.h,v 1.17 2009/05/16 13:27:20 fabiankeil Exp $" #ifndef _PCRE_H #include #endif -#ifdef __cplusplus -extern "C" { -#endif - /* * Constants: */ @@ -137,10 +133,6 @@ extern pcrs_job *pcrs_compile_dynamic_command(char *pcrs_command, const struct p #define PCRS_BUFFER_SIZE 4000 #endif /* ndef PCRS_BUFFER_SIZE */ -#ifdef __cplusplus -} /* extern "C" */ -#endif - #endif /* ndef PCRS_H_INCLUDED */ /*