genl: Export genl_ops_resolve() and genl_mngt_resolve() in header
These have been public but have not been declared in a header yet.
This commit is contained in:
parent
faef2fa45f
commit
8fad2e3194
1 changed files with 3 additions and 0 deletions
|
@ -166,6 +166,9 @@ extern int genl_handle_msg(struct nl_msg *, void *);
|
|||
extern int genl_register(struct nl_cache_ops *);
|
||||
extern void genl_unregister(struct nl_cache_ops *);
|
||||
|
||||
extern int genl_ops_resolve(struct nl_sock *, struct genl_ops *);
|
||||
extern int genl_mngt_resolve(struct nl_sock *);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue