X-Git-Url: http://git.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=cache.h;fp=cache.h;h=2e921a1b9483efdc6b6b6a3fef70940975b3db22;hp=03c35f61ff3dda192eaf82023ea805979c4a0b1a;hb=be25ce4fe37ddc9c42df9558e2a13dae146dee79;hpb=85ac2adb78d343c0bf75e055380afa557816546e diff --git a/cache.h b/cache.h index 03c35f6..2e921a1 100644 --- a/cache.h +++ b/cache.h @@ -48,7 +48,7 @@ struct cache_record { time_t time; }; -extern struct avl_tree records, entries, types; +extern struct avl_tree records, entries; extern int cache_init(void); extern void cache_scan(void);