summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2014-07-26 19:33:21 (GMT)
committerThomas Haller <thaller@redhat.com>2014-07-27 09:04:07 (GMT)
commit99050f22486adfccfad628ab4a314dadbbcedae1 (patch)
tree38800aa55f7f944e4b1905da6f396a58398363af
parent779d1341f8c81d22144dffa03f4069292421259e (diff)
downloadlibnl-99050f22486adfccfad628ab4a314dadbbcedae1.zip
libnl-99050f22486adfccfad628ab4a314dadbbcedae1.tar.gz
libnl-99050f22486adfccfad628ab4a314dadbbcedae1.tar.bz2
cache: Declare nl_cache_ops_set_flags()
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Thomas Haller <thaller@redhat.com>
-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 e21aa1c..a2b3dbb 100644
--- a/include/netlink/cache.h
+++ b/include/netlink/cache.h
@@ -162,6 +162,8 @@ extern void nl_cache_mngr_free(struct nl_cache_mngr *);
extern void nl_cache_ops_get(struct nl_cache_ops *);
extern void nl_cache_ops_put(struct nl_cache_ops *);
+extern void nl_cache_ops_set_flags(struct nl_cache_ops *,
+ unsigned int);
#ifdef __cplusplus
}