make the "records" avl tree static
[project/mdnsd.git] / cache.h
diff --git a/cache.h b/cache.h
index 2286afbbe20476b9e3c9a068310b6a80d5a801a6..b4433eb9424a81fb3693528aac641845041a429b 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -42,7 +42,7 @@ struct cache_record {
        time_t time;
 };
 
-extern struct avl_tree records, entries;
+extern struct avl_tree entries;
 
 int cache_init(void);
 void cache_scan(void);