cache: Declare nl_cache_ops_set_flags()
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
779d1341f8
commit
99050f2248
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue