summaryrefslogtreecommitdiff
path: root/include/netlink/genl/ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netlink/genl/ctrl.h')
-rw-r--r--include/netlink/genl/ctrl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/netlink/genl/ctrl.h b/include/netlink/genl/ctrl.h
index 1ae62f4..26a0a99 100644
--- a/include/netlink/genl/ctrl.h
+++ b/include/netlink/genl/ctrl.h
@@ -29,6 +29,9 @@ extern struct genl_family * genl_ctrl_search_by_name(struct nl_cache *,
const char *);
extern int genl_ctrl_resolve(struct nl_sock *,
const char *);
+extern int genl_ctrl_resolve_grp(struct nl_sock *sk,
+ const char *family,
+ const char *grp);
#ifdef __cplusplus
}