aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-07 02:09:30 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-07 02:09:30 +0000
commit022635132f4a24707c13b738c6415fd19b8b24a4 (patch)
tree7b7ebbb6ffea413265f3b492fc53d91089d95242 /file.h
parent23f22274730fbc5fdd43c34f460e4db9371f8889 (diff)
Move the code to set the title on a window when a capture is in progress
to the "start live capture" callback, and call that from "do_capture()". When opening a capture file, don't pop up the "What do you want to do?" pane when closing any existing file you have open, as we're just going to put the regular view up right after that. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13332 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'file.h')
-rw-r--r--file.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/file.h b/file.h
index a87899f49b..032ecfc9ab 100644
--- a/file.h
+++ b/file.h
@@ -73,6 +73,9 @@ typedef enum {
typedef void (*cf_callback_t) (gint event, gpointer data, gpointer user_data);
extern void
+cf_callback_invoke(int event, gpointer data);
+
+extern void
cf_callback_add(cf_callback_t func, gpointer user_data);
extern void