From 18b10390dafe3c23aae2d0ec898d8fad7824cfb1 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 9 Oct 2012 23:51:30 +0000 Subject: Move a couple of enums to the common UI directory. Remove an unused definition. svn path=/trunk/; revision=45440 --- ui/file_dialog.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ui/file_dialog.h') 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 */ -- cgit v1.2.1