X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=pcrs.h;h=dc9533d18379251b4b0f1ee8e5c0caec598b7606;hb=4e179d819e103967d36503691735dad6fe805e4c;hp=9798db1cc61536a1406bed1297eaa411f51b05ab;hpb=6ef17a2fe3300dc395522d35997f3e6d6490fa70;p=privoxy.git 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 */ /*