summaryrefslogtreecommitdiff
path: root/ui/file_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-10-09 23:51:30 +0000
committerGerald Combs <gerald@wireshark.org>2012-10-09 23:51:30 +0000
commit18b10390dafe3c23aae2d0ec898d8fad7824cfb1 (patch)
treeeb976c2dc518c0a9f8fa2d01f236e4783b284eb8 /ui/file_dialog.h
parenta50e1a98ae55917649315f9daa88d726a37beb0c (diff)
downloadwireshark-18b10390dafe3c23aae2d0ec898d8fad7824cfb1.tar.gz
Move a couple of enums to the common UI directory. Remove an unused
definition. svn path=/trunk/; revision=45440
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 */