aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-09-26 23:33:11 +0000
committerGerald Combs <gerald@wireshark.org>2012-09-26 23:33:11 +0000
commit998da54456f675fb7fad7d7ecd52fab4a12d16d8 (patch)
treed499748e4d57194bcdd2cf42e6f9c435648b2c8f /file.h
parentbf108e8d2355f74d6de00bc5f430867c01a75a47 (diff)
Add a cf_cb_file_opened callback and use it instead of calling
fileset_file_opened directly from file.c. This makes the code a bit more consistenent and makes it easier to port the File Set dialog to Qt. svn path=/trunk/; revision=45162
Diffstat (limited to 'file.h')
-rw-r--r--file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.h b/file.h
index 4e8c3ef7e4..912f71dfbc 100644
--- a/file.h
+++ b/file.h
@@ -66,6 +66,7 @@ typedef enum {
} cf_print_status_t;
typedef enum {
+ cf_cb_file_opened,
cf_cb_file_closing,
cf_cb_file_closed,
cf_cb_file_read_started,