cache: remove struct cache_type
[project/mdnsd.git] / cache.h
diff --git a/cache.h b/cache.h
index 2e921a1b9483efdc6b6b6a3fef70940975b3db22..7d5a0b9d4f10611db9adb586641c7bf58e830866 100644 (file)
--- a/cache.h
+++ b/cache.h
 
 #include "dns.h"
 
-struct cache_type {
-        struct avl_node avl;
-
-       char *key;
-       char *val;
-};
-
 struct cache_entry {
         struct avl_node avl;