aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-18 21:27:11 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-18 21:27:11 +0000
commit710f08b09f234bc9c5ba74b8e1ec160ed1d4701d (patch)
treec6f6224c89bc8aceb0e8d17c0eb3a099d9972bb1 /gtk/file_dlg.h
parent7e212dd179f5e30a54b13efc11f0597b97f74e7c (diff)
From Richard Urwin a great enhancement to the color filter dialogue to
make it possible to import/export color filters svn path=/trunk/; revision=8188
Diffstat (limited to 'gtk/file_dlg.h')
-rw-r--r--gtk/file_dlg.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/file_dlg.h b/gtk/file_dlg.h
index 8084dbff02..e6117e928e 100644
--- a/gtk/file_dlg.h
+++ b/gtk/file_dlg.h
@@ -1,7 +1,7 @@
/* file_dlg.h
* Definitions for dialog boxes for handling files
*
- * $Id: file_dlg.h,v 1.3 2002/08/28 21:03:47 jmayer Exp $
+ * $Id: file_dlg.h,v 1.4 2003/08/18 21:27:11 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -31,6 +31,9 @@ void file_save_as_cmd_cb(GtkWidget *, gpointer);
void file_close_cmd_cb(GtkWidget *, gpointer);
void file_reload_cmd_cb(GtkWidget *, gpointer);
+void file_color_import_cmd_cb(GtkWidget *w, gpointer data);
+void file_color_export_cmd_cb(GtkWidget *, gpointer);
+
/*
* Set the "Save only marked packets" toggle button as appropriate for
* the current output file type and count of marked packets.