clean up hostname handling, make service_name() static
[project/mdnsd.git] / cache.h
diff --git a/cache.h b/cache.h
index 2286afb..b4433eb 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);