summaryrefslogtreecommitdiffstats
path: root/include/helper.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-07-01 09:12:22 +0200
committerDave Davenport <qball@gmpclient.org>2015-07-01 09:12:22 +0200
commit98b8e583cbd670afe8d69066209ce2c432e41053 (patch)
treed5e19a329e30195fd23989be3b67d1088f8d1712 /include/helper.h
parentc7ed92e40c2ef8e73cb6ca4eb139fe27020fd2c4 (diff)
Make fuzzy matching available everywhere: #133 (-fuzzy)
Diffstat (limited to 'include/helper.h')
-rw-r--r--include/helper.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/helper.h b/include/helper.h
index cff62427..99b1bf7d 100644
--- a/include/helper.h
+++ b/include/helper.h
@@ -108,10 +108,6 @@ int token_match ( char **tokens, const char *input, int case_sensitive,
__attribute__( ( unused ) ) unsigned int index,
__attribute__( ( unused ) ) Switcher * data );
-int fuzzy_token_match ( char **tokens, const char *input, int case_sensitive,
- __attribute__( ( unused ) ) unsigned int index,
- __attribute__( ( unused ) ) Switcher * data );
-
/**
* @param cmd The command to execute.
*