From 99050f22486adfccfad628ab4a314dadbbcedae1 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Sat, 26 Jul 2014 21:33:21 +0200 Subject: [PATCH] cache: Declare nl_cache_ops_set_flags() Signed-off-by: Thomas Graf 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 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 }