diff options
author | Luca Deri <deri@ntop.org> | 2018-05-29 22:50:18 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2018-05-29 22:50:18 +0200 |
commit | 6b16ad709ee4ef7c504650cf9d4efdf7e56c517b (patch) | |
tree | 492969a1c4069a9a135d300e005bc809fa250993 /src/lib/third_party/include | |
parent | 3407db11cdcb356c325c827069f5acb51598bef3 (diff) |
Fix for #560
Diffstat (limited to 'src/lib/third_party/include')
-rw-r--r-- | src/lib/third_party/include/actypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |