aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-12-29 05:53:48 +0000
committerGuy Harris <guy@alum.mit.edu>1999-12-29 05:53:48 +0000
commitb0a46e605296805a5c1af124385567f8bb1e280b (patch)
tree5a8daf69c1f446d549c29a7224f467764e3c6a98 /prefs.c
parentd035d071ecc85d0172e470ae3e4c21ea5fe8cac8 (diff)
Move the definition of "prefs" from "gtk/prefs_dlg.c" to "prefs.c", so
that you don't have to have "gtk/prefs_dlg.c" to get it defined - future non-GTK (text mode, curses, etc.) programs wouldn't have it. svn path=/trunk/; revision=1387
Diffstat (limited to 'prefs.c')
-rw-r--r--prefs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/prefs.c b/prefs.c
index 0d9eeb43a0..81d79c1254 100644
--- a/prefs.c
+++ b/prefs.c
@@ -1,7 +1,7 @@
/* prefs.c
* Routines for handling preferences
*
- * $Id: prefs.c,v 1.25 1999/12/16 06:19:50 gram Exp $
+ * $Id: prefs.c,v 1.26 1999/12/29 05:53:41 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -63,6 +63,8 @@ static void clear_string_list(GList *);
static int init_prefs = 1;
static gchar *pf_path = NULL;
+e_prefs prefs;
+
/* Parse through a list of comma-separated, quoted strings. Return a
list of the string data */
static GList *