aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs-int.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-12-05 00:43:00 +0000
committerGerald Combs <gerald@wireshark.org>2006-12-05 00:43:00 +0000
commit40ca2718134111fb6c2e9c21c5a0375f47d64175 (patch)
tree1142d10d64806b516922b508499e7ccb654a94af /epan/prefs-int.h
parentf6bdcf2251bb453be523f16eec172cd2f49b978f (diff)
From Giorgio Tino: Add a "static text" protocol preference type. This
can be used to add descriptive text inline with other preference items. The "preference" contents are not written to disk. Fixup whitespace. svn path=/trunk/; revision=20037
Diffstat (limited to 'epan/prefs-int.h')
-rw-r--r--epan/prefs-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/prefs-int.h b/epan/prefs-int.h
index bfce87bb52..4dea2089a2 100644
--- a/epan/prefs-int.h
+++ b/epan/prefs-int.h
@@ -55,6 +55,7 @@ typedef enum {
PREF_ENUM,
PREF_STRING,
PREF_RANGE,
+ PREF_STATIC_TEXT,
PREF_OBSOLETE
} pref_type_t;