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/export.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/export.h') diff --git a/src/export.h b/src/export.h index ad83c77..0a320f8 100644 --- a/src/export.h +++ b/src/export.h @@ -10,4 +10,5 @@ typedef enum ts_export_result { EXPORT_SAVE_PENDING, } export_result; -export_result ts_export_result(ts_search_result* result, const utf8_int8_t* path); \ No newline at end of file +bool ts_str_has_extension(const utf8_int8_t *str, const utf8_int8_t *suffix); +export_result ts_export_result(ts_search_result* result, const utf8_int8_t* path); \ No newline at end of file -- cgit v1.2.3-70-g09d2