cache: convert types to kvlist
[project/mdnsd.git] / cache.h
diff --git a/cache.h b/cache.h
index 03c35f61ff3dda192eaf82023ea805979c4a0b1a..2e921a1b9483efdc6b6b6a3fef70940975b3db22 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -48,7 +48,7 @@ struct cache_record {
        time_t time;
 };
 
-extern struct avl_tree records, entries, types;
+extern struct avl_tree records, entries;
 
 extern int cache_init(void);
 extern void cache_scan(void);