From c255e8882448c2f1349f69a3b7f68f7778923e56 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Wed, 13 Mar 2024 22:43:19 +0100 Subject: csv file import --- src/import.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/import.h (limited to 'src/import.h') 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 -- cgit v1.2.3-70-g09d2