aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-10 23:55:52 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-10 23:55:52 +0000
commitd1c45426826122c50235eeadc5f27f6814f59e48 (patch)
treec729abd37816596f1c11b63d28f26d10b2fc7768 /prefs.c
parent04f1c6fd09dc56e29e00a5414415416722ccd477 (diff)
Don't export MAX_VAR_LEN - nobody uses it.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8453 f5534014-38df-0310-8fa8-9805f1628bb7
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