]> granicus.if.org Git - libnl/commitdiff
cache: add missing declaration of nl_cache_move() in include/netlink/cache.h
authorSruthi Yellamraju <ysruthi@gmail.com>
Tue, 24 Jun 2014 19:03:15 +0000 (15:03 -0400)
committerThomas Haller <thaller@redhat.com>
Wed, 25 Jun 2014 08:17:01 +0000 (10:17 +0200)
Signed-off-by: Sruthi Yellamraju <ysruthi@gmail.com>
[thaller@redhat.com: modified tab vs. whitespace]
Signed-off-by: Thomas Haller <thaller@redhat.com>
include/netlink/cache.h

index d62f4b8e7d383c22250eb783b08aad7af81533dc..e21aa1c6b36cf91ff60526843d38f2802d523a35 100644 (file)
@@ -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 *);