aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.h')
-rw-r--r--prefs.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/prefs.h b/prefs.h
index fe10363583..2cd9343f4a 100644
--- a/prefs.h
+++ b/prefs.h
@@ -1,7 +1,7 @@
/* prefs.h
* Definitions for preference handling routines
*
- * $Id: prefs.h,v 1.4 1998/10/28 21:38:10 gerald Exp $
+ * $Id: prefs.h,v 1.5 1998/11/17 04:29:11 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -33,22 +33,22 @@
#define PR_DEST_FILE 1
typedef struct _e_prefs {
- gint pr_format;
- gint pr_dest;
- gchar *pr_file;
- gchar *pr_cmd;
+ gint pr_format;
+ gint pr_dest;
+ gchar *pr_file;
+ gchar *pr_cmd;
+ GList *col_list;
+ gint num_cols;
} e_prefs;
#define E_PR_PG_NONE -1
#define E_PR_PG_PRINTING 0
#define E_PR_PG_FILTER 1
-
-#define E_PRINT_PAGE_KEY "printer_options_page"
-#define E_FILTER_PAGE_KEY "filter_options_page"
+#define E_PR_PG_COLUMN 2
#define E_FILT_TE_PTR_KEY "filter_te_ptr"
-void prefs_cb(GtkWidget *, gpointer);
-void read_prefs();
+void prefs_cb(GtkWidget *, gpointer);
+e_prefs* read_prefs();
#endif /* prefs.h */