diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-12 19:10:11 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-12 19:10:11 +0100 |
| commit | 004d94f1f62f9a4ac4e8aa7999b71ea255d2de69 (patch) | |
| tree | 5a171b064ff289b646b15d6ffccbdd14733d873a /src/export.h | |
| parent | fe179ae0cb8fbce1cf86521e744c384553e515f2 (diff) | |
show failed export popup
Diffstat (limited to 'src/export.h')
| -rw-r--r-- | src/export.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/export.h b/src/export.h index 1e7f824..ad83c77 100644 --- a/src/export.h +++ b/src/export.h @@ -3,4 +3,11 @@ #include "search.h" #include "platform.h" -bool ts_export_result(ts_search_result* result, const utf8_int8_t* path);
\ No newline at end of file +typedef enum ts_export_result { + EXPORT_NONE, + EXPORT_NO_RESULT, + EXPORT_SEARCH_ACTIVE, + 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 |
