diff options
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 |
