summaryrefslogtreecommitdiff
path: root/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'helpers.h')
-rw-r--r--helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers.h b/helpers.h
index 5f16be6..6d21756 100644
--- a/helpers.h
+++ b/helpers.h
@@ -81,7 +81,7 @@ typedef struct
void afuzzy_init(const char *p, int kerr, int UseFilter, AFUZZY *fuzzy);
void afuzzy_free(AFUZZY *fuzzy);
int afuzzy_checkSUB(const char *t, AFUZZY *fuzzy);
-static int afuzzy_checkFLT(const char *t, AFUZZY *fuzzy);
+int afuzzy_checkFLT(const char *t, AFUZZY *fuzzy);
#endif
#endif // __TVGUIDE_HELPERS_H