X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=cache.h;h=b4433eb9424a81fb3693528aac641845041a429b;hp=2286afbbe20476b9e3c9a068310b6a80d5a801a6;hb=444987db98c88dfef6b3965051bf2aba6114aaa2;hpb=2c1fe9afacc9379dcfd0db911fc9ee45adfdc0f4 diff --git a/cache.h b/cache.h index 2286afb..b4433eb 100644 --- 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);