summaryrefslogtreecommitdiff
path: root/include/ft_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ft_global.h')
-rw-r--r--include/ft_global.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ft_global.h b/include/ft_global.h
index 0dbef652ce2..f08b6cea6ab 100644
--- a/include/ft_global.h
+++ b/include/ft_global.h
@@ -47,9 +47,9 @@ struct st_ft_info {
extern const char *ft_precompiled_stopwords[];
-extern uint ft_min_word_len;
-extern uint ft_max_word_len;
-extern uint ft_max_word_len_for_sort;
+extern ulong ft_min_word_len;
+extern ulong ft_max_word_len;
+extern ulong ft_max_word_len_for_sort;
int ft_init_stopwords(const char **);
void ft_free_stopwords(void);