summaryrefslogtreecommitdiff
path: root/lib/plist_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plist_int.h')
-rw-r--r--lib/plist_int.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/plist_int.h b/lib/plist_int.h
index 571978a517..397557b37f 100644
--- a/lib/plist_int.h
+++ b/lib/plist_int.h
@@ -28,6 +28,8 @@ extern "C" {
struct pltrie_table;
+PREDECL_RBTREE_UNIQ(plist);
+
struct prefix_list {
char *name;
char *desc;
@@ -37,13 +39,12 @@ struct prefix_list {
int count;
int rangecount;
+ struct plist_item plist_item;
+
struct prefix_list_entry *head;
struct prefix_list_entry *tail;
struct pltrie_table *trie;
-
- struct prefix_list *next;
- struct prefix_list *prev;
};
/* Each prefix-list's entry. */