summaryrefslogtreecommitdiffstats
path: root/include/netlink
diff options
context:
space:
mode:
authorSruthi Yellamraju <ysruthi@gmail.com>2014-06-24 19:03:15 (GMT)
committerThomas Haller <thaller@redhat.com>2014-06-25 08:17:01 (GMT)
commit853c045adaf03196e336a6f444242c986c39bb68 (patch)
treea4a1a32d959d21dec2c083d2c7c8f5669010a3d1 /include/netlink
parentbaaf82d6d6e023d422809b16865bda2e39c589b5 (diff)
downloadlibnl-853c045adaf03196e336a6f444242c986c39bb68.zip
libnl-853c045adaf03196e336a6f444242c986c39bb68.tar.gz
libnl-853c045adaf03196e336a6f444242c986c39bb68.tar.bz2
cache: add missing declaration of nl_cache_move() in include/netlink/cache.h
Signed-off-by: Sruthi Yellamraju <ysruthi@gmail.com> [thaller@redhat.com: modified tab vs. whitespace] Signed-off-by: Thomas Haller <thaller@redhat.com>
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 d62f4b8..e21aa1c 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 *);