Skip to content
Snippets Groups Projects
Commit 419718e9 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

libnl-tiny: export unl_genl_multicast_id()

SVN-Revision: 29743
parent 9eb73ee6
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ int unl_genl_request(struct unl *unl, struct nl_msg *msg, unl_cb handler, void *
int unl_genl_request_single(struct unl *unl, struct nl_msg *msg, struct nl_msg **dest);
void unl_genl_loop(struct unl *unl, unl_cb handler, void *arg);
int unl_genl_multicast_id(struct unl *unl, const char *name);
int unl_genl_subscribe(struct unl *unl, const char *name);
int unl_genl_unsubscribe(struct unl *unl, const char *name);
......
......@@ -173,7 +173,7 @@ void unl_genl_loop(struct unl *unl, unl_cb handler, void *arg)
nl_cb_put(cb);
}
static int unl_genl_multicast_id(struct unl *unl, const char *name)
int unl_genl_multicast_id(struct unl *unl, const char *name)
{
struct nlattr *tb[CTRL_ATTR_MCAST_GRP_MAX + 1];
struct nlattr *groups, *group;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment