| ... | ... |
@@ -8,9 +8,7 @@ |
| 8 | 8 |
#include <fcntl.h> |
| 9 | 9 |
#include <ctype.h> |
| 10 | 10 |
|
| 11 |
-/* from match.c */ |
|
| 12 |
-double match(const char *needle, const char *haystack); |
|
| 13 |
-double match_positions(const char *needle, const char *haystack, size_t *positions); |
|
| 11 |
+#include "fzy.h" |
|
| 14 | 12 |
|
| 15 | 13 |
#define INITIAL_CAPACITY 1 |
| 16 | 14 |
int choices_capacity = 0; |