diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-13 22:43:19 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-13 22:43:19 +0100 |
| commit | c255e8882448c2f1349f69a3b7f68f7778923e56 (patch) | |
| tree | ed710b19e1ea6617c1060d21aaeeb1f22c7f3fcb /src/export.h | |
| parent | 470eeff5bd98207c463aeec308de6046bf3f6ac9 (diff) | |
csv file import
Diffstat (limited to 'src/export.h')
| -rw-r--r-- | src/export.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
