From 6b16ad709ee4ef7c504650cf9d4efdf7e56c517b Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Tue, 29 May 2018 22:50:18 +0200 Subject: Fix for #560 --- src/lib/third_party/include/actypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/third_party/include') diff --git a/src/lib/third_party/include/actypes.h b/src/lib/third_party/include/actypes.h index 1900ae9a0..807e5026a 100644 --- a/src/lib/third_party/include/actypes.h +++ b/src/lib/third_party/include/actypes.h @@ -125,7 +125,7 @@ typedef enum * continue searching, otherwise it will return from ac_automata_search() * to your calling function. **/ -typedef int (*MATCH_CALBACK_f)(AC_MATCH_t *, void *); +typedef int (*MATCH_CALBACK_f)(AC_MATCH_t *, AC_TEXT_t *, void *); /* AC_PATTRN_MAX_LENGTH: * Maximum acceptable pattern length in AC_PATTERN_t.length -- cgit v1.2.3