diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-15 20:13:46 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-15 20:13:46 +0100 |
| commit | a8b2c1dc224c21f9ba37c0ec2f5a32e0890ff532 (patch) | |
| tree | 40956d5beae842d5b896a4cde04b9021fce8c94b /src/export.h | |
| parent | 6aff2a945f45d5d4a755a2977ef483dd3e8987ff (diff) | |
move import export dialogs
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 d440997..9f6c4c1 100644 --- a/src/export.h +++ b/src/export.h @@ -13,4 +13,5 @@ typedef enum t_export_result { extern export_result last_export_result; 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 +export_result ts_export_result(ts_search_result* result, const utf8_int8_t* path); +void ts_create_export_popup(int window_w, int window_h);
\ No newline at end of file |
