From 82fb45a0884dedc205e9cb80766cbf213276e06f Mon Sep 17 00:00:00 2001 From: kamel5 Date: Thu, 8 Mar 2018 14:20:23 +0100 Subject: Cosmetic changes --- tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools.c') diff --git a/tools.c b/tools.c index b4eef16..6caaf1c 100644 --- a/tools.c +++ b/tools.c @@ -463,7 +463,7 @@ int afuzzy_checkSUB(const char *t, AFUZZY *fuzzy) return 0; } -static int afuzzy_checkFLT(const char *t, AFUZZY *fuzzy) +int afuzzy_checkFLT(const char *t, AFUZZY *fuzzy) { register Uint FilterR = 0; register Uint FilterR1; -- cgit v1.2.3