X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=pcrs.h;fp=pcrs.h;h=dc9533d18379251b4b0f1ee8e5c0caec598b7606;hp=9798db1cc61536a1406bed1297eaa411f51b05ab;hb=f67b3326138f428863c21c7738e0c8db87fa6f5c;hpb=a1649d1c0992d9b1459d2b92cc02f7b723baf5e0 diff --git a/pcrs.h b/pcrs.h index 9798db1c..dc9533d1 100644 --- a/pcrs.h +++ b/pcrs.h @@ -11,7 +11,7 @@ * *********************************************************************/ -#define PCRS_H_VERSION "$Id: pcrs.h,v 1.17 2009/05/16 13:27:20 fabiankeil Exp $" +#define PCRS_H_VERSION "$Id: pcrs.h,v 1.18 2013/11/24 14:23:28 fabiankeil Exp $" #ifndef _PCRE_H @@ -133,6 +133,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 */ /*