aboutsummaryrefslogtreecommitdiffstats
path: root/package/libnl-tiny/src/unl.c
diff options
context:
space:
mode:
Diffstat (limited to 'package/libnl-tiny/src/unl.c')
-rw-r--r--package/libnl-tiny/src/unl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libnl-tiny/src/unl.c b/package/libnl-tiny/src/unl.c
index 71487e0c10..b38dab8397 100644
--- a/package/libnl-tiny/src/unl.c
+++ b/package/libnl-tiny/src/unl.c
@@ -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;