summaryrefslogtreecommitdiff
path: root/src/import.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-13 22:43:19 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-13 22:43:19 +0100
commitc255e8882448c2f1349f69a3b7f68f7778923e56 (patch)
treeed710b19e1ea6617c1060d21aaeeb1f22c7f3fcb /src/import.h
parent470eeff5bd98207c463aeec308de6046bf3f6ac9 (diff)
csv file import
Diffstat (limited to 'src/import.h')
-rw-r--r--src/import.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/import.h b/src/import.h
new file mode 100644
index 0000000..979cf84
--- /dev/null
+++ b/src/import.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include "search.h"
+
+ts_search_result* ts_import_result(const utf8_int8_t* path); \ No newline at end of file