X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=pcrs.h;h=5fab6110845013df7d80c81678a91c7a6be4d4b0;hp=9b6acd8aae4dee2c5eb646fb5a88231a55b7396e;hb=7c90be493f76b2ee0ef384db932313f764187a5c;hpb=e72b401da5537a14b29e945944926373cb251825 diff --git a/pcrs.h b/pcrs.h index 9b6acd8a..5fab6110 100644 --- a/pcrs.h +++ b/pcrs.h @@ -11,17 +11,11 @@ * *********************************************************************/ -#define PCRS_H_VERSION "$Id: pcrs.h,v 1.16 2007/04/30 15:02:19 fabiankeil Exp $" - #ifndef _PCRE_H #include #endif -#ifdef __cplusplus -extern "C" { -#endif - /* * Constants: */ @@ -137,8 +131,8 @@ 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" */ +#ifdef FUZZ +extern pcrs_substitute *pcrs_compile_fuzzed_replacement(const char *replacement, int *errptr); #endif #endif /* ndef PCRS_H_INCLUDED */