[PATCH 2/2] Adding missing declaration of nl_cache_move() in include/netlink/cache.h

ysruthi at gmail.com ysruthi at gmail.com
Tue Jun 24 12:03:15 PDT 2014


From: Sruthi Yellamraju <ysruthi at gmail.com>

Signed-off-by: Sruthi Yellamraju <ysruthi at gmail.com>
---
 include/netlink/cache.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/netlink/cache.h b/include/netlink/cache.h
index d62f4b8..9c5ef58 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 *);
-- 
1.7.0.4




More information about the libnl mailing list