aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.h
diff options
context:
space:
mode:
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 e6117e928e..f252c6380b 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.4 2003/08/18 21:27:11 sahlberg Exp $
+ * $Id: file_dlg.h,v 1.5 2003/11/29 06:09:53 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -34,6 +34,9 @@ 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);
+/* Keys ... */
+#define E_FILE_TE_PTR_KEY "file_te_ptr"
+
/*
* Set the "Save only marked packets" toggle button as appropriate for
* the current output file type and count of marked packets.