summaryrefslogtreecommitdiff
path: root/ui/file_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/file_dialog.h')
-rw-r--r--ui/file_dialog.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/ui/file_dialog.h b/ui/file_dialog.h
index 1858f43ccc..73c3f02cfc 100644
--- a/ui/file_dialog.h
+++ b/ui/file_dialog.h
@@ -36,6 +36,21 @@ typedef enum {
CANCELLED
} check_savability_t;
+typedef enum {
+ merge_append,
+ merge_chrono,
+ merge_prepend
+} merge_action_e;
+
+typedef enum {
+ export_type_text = 1,
+ export_type_ps,
+ export_type_csv,
+ export_type_psml,
+ export_type_pdml,
+ export_type_carrays
+} export_type_e;
+
#ifdef __cplusplus
}
#endif /* __cplusplus */