dect
/
libnl
Archived
13
0
Fork 0

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:
Thomas Graf 2012-06-01 11:51:43 +02:00
parent faef2fa45f
commit 8fad2e3194
1 changed files with 3 additions and 0 deletions

View File

@ -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