Access cached records (instead of services) to read list of hosts
[project/mdnsd.git] / cache.h
diff --git a/cache.h b/cache.h
index 7830b4f..cfd6368 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -47,6 +47,7 @@ struct cache_record {
 };
 
 extern struct avl_tree services;
+extern struct avl_tree records;
 
 int cache_init(void);
 void cache_update(void);