aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-02-07 02:09:30 +0000
committerGuy Harris <guy@alum.mit.edu>2005-02-07 02:09:30 +0000
commit79a39eddbcafe32d8c7f4b6964fbad8e7956a48c (patch)
tree7b7ebbb6ffea413265f3b492fc53d91089d95242 /file.h
parent641106f21de7c2bb6e83ea9ba62ea2f8d69c04fa (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. svn path=/trunk/; revision=13332
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