summaryrefslogtreecommitdiff
path: root/fuzzy.h
diff options
context:
space:
mode:
Diffstat (limited to 'fuzzy.h')
-rw-r--r--fuzzy.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fuzzy.h b/fuzzy.h
new file mode 100644
index 0000000..a8dd39b
--- /dev/null
+++ b/fuzzy.h
@@ -0,0 +1,6 @@
+#ifndef FUZZY_H
+#define FUZZY_H
+
+int fz_sort(Str * restrict out, const Str * restrict src, int n, Str pat, Arena *scratch);
+
+#endif