X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=cache.h;fp=cache.h;h=cfd63680518080236aef4c43511f96d69331d607;hp=7830b4fd96f1b06c11f150cebe499f4698a07c6a;hb=65151014cf120bdd53acee9e9b9bf97ccd49efbf;hpb=d4376788601c38963c4c836d325e3a66498079ea diff --git a/cache.h b/cache.h index 7830b4f..cfd6368 100644 --- 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);