diff options
Diffstat (limited to 'contrib/aho-corasick/acism.h')
-rw-r--r-- | contrib/aho-corasick/acism.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/aho-corasick/acism.h b/contrib/aho-corasick/acism.h index 3886b149e..d942fd413 100644 --- a/contrib/aho-corasick/acism.h +++ b/contrib/aho-corasick/acism.h @@ -46,6 +46,6 @@ typedef int (ACISM_ACTION)(int strnum, int textpos, void *context); // *state should initially be (0). int acism_lookup(ac_trie_t const *psp, const char *text, size_t len, - ACISM_ACTION *cb, void *context, int *statep); + ACISM_ACTION *cb, void *context, int *statep, bool caseless); #endif//ACISM_H |