X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=pcrs.h;h=5fab6110845013df7d80c81678a91c7a6be4d4b0;hp=9798db1cc61536a1406bed1297eaa411f51b05ab;hb=9b2944ab62c530f79c829ac80e9462f0427fc368;hpb=6ef17a2fe3300dc395522d35997f3e6d6490fa70 diff --git a/pcrs.h b/pcrs.h index 9798db1c..5fab6110 100644 --- a/pcrs.h +++ b/pcrs.h @@ -11,8 +11,6 @@ * *********************************************************************/ -#define PCRS_H_VERSION "$Id: pcrs.h,v 1.17 2009/05/16 13:27:20 fabiankeil Exp $" - #ifndef _PCRE_H #include @@ -133,6 +131,10 @@ extern pcrs_job *pcrs_compile_dynamic_command(char *pcrs_command, const struct p #define PCRS_BUFFER_SIZE 4000 #endif /* ndef PCRS_BUFFER_SIZE */ +#ifdef FUZZ +extern pcrs_substitute *pcrs_compile_fuzzed_replacement(const char *replacement, int *errptr); +#endif + #endif /* ndef PCRS_H_INCLUDED */ /*