[PATCH 2/2] remove nl_cache_lookup() from cache.h
Cong Wang
xiyou.wangcong at gmail.com
Wed Jan 29 18:45:03 EST 2014
It is never defined.
Signed-off-by: Cong Wang <xiyou.wangcong at gmail.com>
---
include/netlink/cache.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/netlink/cache.h b/include/netlink/cache.h
index 08f97fa..d62f4b8 100644
--- a/include/netlink/cache.h
+++ b/include/netlink/cache.h
@@ -94,8 +94,6 @@ extern struct nl_object * nl_cache_search(struct nl_cache *,
struct nl_object *);
extern struct nl_object *nl_cache_find(struct nl_cache *,
struct nl_object *);
-extern struct nl_object * nl_cache_lookup(struct nl_cache *,
- struct nl_object *);
extern void nl_cache_mark_all(struct nl_cache *);
/* Dumping */
--
1.8.3.1
More information about the libnl
mailing list