From: Thomas Graf Date: Sat, 26 Jul 2014 19:33:21 +0000 (+0200) Subject: cache: Declare nl_cache_ops_set_flags() X-Git-Tag: libnl3_2_26rc1~49^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99050f22486adfccfad628ab4a314dadbbcedae1;p=thirdparty%2Flibnl.git cache: Declare nl_cache_ops_set_flags() Signed-off-by: Thomas Graf Signed-off-by: Thomas Haller --- 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 }