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 7830b4fd96f1b06c11f150cebe499f4698a07c6a..cfd63680518080236aef4c43511f96d69331d607 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);