From bc717a9bfcac70eead2d04e6978d136166294d34 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Fri, 13 Dec 2013 15:57:43 +0100 Subject: [PATCH] cache: Add missing declaration for nl_cache_find() Reported-by: Andrej.Gantvorg@wago.com Signed-off-by: Thomas Graf --- include/netlink/cache.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/netlink/cache.h b/include/netlink/cache.h index 415bb00..08f97fa 100644 --- a/include/netlink/cache.h +++ b/include/netlink/cache.h @@ -92,6 +92,8 @@ extern void nl_cache_set_flags(struct nl_cache *, unsigned int); extern int nl_cache_is_empty(struct nl_cache *); 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 *); -- 2.40.0