[PATCH 02/14] cache: Declare nl_cache_ops_set_flags()
Thomas Graf
tgraf at suug.ch
Sat Jul 26 12:33:21 PDT 2014
Signed-off-by: Thomas Graf <tgraf at suug.ch>
---
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
}
--
1.9.3
More information about the libnl
mailing list