diff options
Diffstat (limited to 'include/ft_global.h')
-rw-r--r-- | include/ft_global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ft_global.h b/include/ft_global.h index 9870e0854c1..52fb8d38a9a 100644 --- a/include/ft_global.h +++ b/include/ft_global.h @@ -49,6 +49,7 @@ extern const char *ft_precompiled_stopwords[]; extern ulong ft_min_word_len; extern ulong ft_max_word_len; extern ulong ft_max_word_len_for_sort; +extern char *ft_boolean_syntax; int ft_init_stopwords(const char **); void ft_free_stopwords(void); |