Put URL in error message
[privoxy.git] / pcrs.h
diff --git a/pcrs.h b/pcrs.h
index 9798db1..5fab611 100644 (file)
--- 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 <pcre.h>
@@ -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 */
 
 /*