summaryrefslogtreecommitdiffstats
path: root/include/netlink
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2013-12-13 14:57:43 (GMT)
committerThomas Graf <tgraf@suug.ch>2013-12-13 14:57:43 (GMT)
commitbc717a9bfcac70eead2d04e6978d136166294d34 (patch)
tree38731ddc901572434d70f3a616c7c7e89f9fe872 /include/netlink
parentc855e4fef5ecf7e0723d65b6b16395eff5e7c097 (diff)
downloadlibnl-bc717a9bfcac70eead2d04e6978d136166294d34.zip
libnl-bc717a9bfcac70eead2d04e6978d136166294d34.tar.gz
libnl-bc717a9bfcac70eead2d04e6978d136166294d34.tar.bz2
cache: Add missing declaration for nl_cache_find()
Reported-by: Andrej.Gantvorg@wago.com Signed-off-by: Thomas Graf <tgraf@suug.ch>
Diffstat (limited to 'include/netlink')
-rw-r--r--include/netlink/cache.h2
1 files changed, 2 insertions, 0 deletions
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 *);