aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-10 23:55:52 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-10 23:55:52 +0000
commitd09530d0cff1cf50c65820296319ff215a9645f3 (patch)
treec729abd37816596f1c11b63d28f26d10b2fc7768 /prefs.c
parent341e84d9ec4bfa76a41211fbd2ad5ba9dca8cb47 (diff)
Don't export MAX_VAR_LEN - nobody uses it.
svn path=/trunk/; revision=8453
Diffstat (limited to 'prefs.c')
-rw-r--r--prefs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/prefs.c b/prefs.c
index 5c24e2879e..f0337f1973 100644
--- a/prefs.c
+++ b/prefs.c
@@ -1,7 +1,7 @@
/* prefs.c
* Routines for handling preferences
*
- * $Id: prefs.c,v 1.106 2003/09/08 21:44:41 guy Exp $
+ * $Id: prefs.c,v 1.107 2003/09/10 23:55:52 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -842,6 +842,7 @@ print.file: /a/very/long/path/
*
*/
+#define MAX_VAR_LEN 48
#define DEF_NUM_COLS 6