Enable use of the PCRE2 library on Windows
[privoxy.git] / filters.c
index 21ee44d..35c8476 100644 (file)
--- a/filters.c
+++ b/filters.c
@@ -74,7 +74,7 @@
 #include "win32.h"
 #endif
 
-typedef char *(*filter_function_ptr)();
+typedef char *(*filter_function_ptr)(struct client_state *csp);
 static filter_function_ptr get_filter_function(const struct client_state *csp);
 static jb_err prepare_for_filtering(struct client_state *csp);
 static void apply_url_actions(struct current_action_spec *action,