From 853c045adaf03196e336a6f444242c986c39bb68 Mon Sep 17 00:00:00 2001 From: Sruthi Yellamraju Date: Tue, 24 Jun 2014 15:03:15 -0400 Subject: [PATCH] cache: add missing declaration of nl_cache_move() in include/netlink/cache.h Signed-off-by: Sruthi Yellamraju [thaller@redhat.com: modified tab vs. whitespace] Signed-off-by: Thomas Haller --- include/netlink/cache.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/netlink/cache.h b/include/netlink/cache.h index d62f4b8e7..e21aa1c6b 100644 --- a/include/netlink/cache.h +++ b/include/netlink/cache.h @@ -71,6 +71,8 @@ extern int nl_cache_add(struct nl_cache *, struct nl_object *); extern int nl_cache_parse_and_add(struct nl_cache *, struct nl_msg *); +extern int nl_cache_move(struct nl_cache *, + struct nl_object *); extern void nl_cache_remove(struct nl_object *); extern int nl_cache_refill(struct nl_sock *, struct nl_cache *);