]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
cache: Declare nl_cache_ops_set_flags()
authorThomas Graf <tgraf@suug.ch>
Sat, 26 Jul 2014 19:33:21 +0000 (21:33 +0200)
committerThomas Haller <thaller@redhat.com>
Sun, 27 Jul 2014 09:04:07 +0000 (11:04 +0200)
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
include/netlink/cache.h

index e21aa1c6b36cf91ff60526843d38f2802d523a35..a2b3dbbd53f2289b4c673e215ea7cc7856012745 100644 (file)
@@ -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
 }