]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
remove nl_cache_lookup() from cache.h
authorCong Wang <xiyou.wangcong@gmail.com>
Wed, 29 Jan 2014 23:45:03 +0000 (15:45 -0800)
committerThomas Haller <thaller@redhat.com>
Fri, 31 Jan 2014 14:52:17 +0000 (15:52 +0100)
It is never defined.

Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Thomas Haller <thaller@redhat.com>
include/netlink/cache.h

index 08f97fa1cbe52f8c9c632d18eaa0a47735f7c0f0..d62f4b8e7d383c22250eb783b08aad7af81533dc 100644 (file)
@@ -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 */