From 87ed057f2e824c886a2d443e67aabb247cb68957 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 14 Jan 2012 13:50:21 +0000 Subject: libnl-tiny: export unl_genl_multicast_id() git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29743 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/libnl-tiny/src/unl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libnl-tiny/src/unl.c') diff --git a/package/libnl-tiny/src/unl.c b/package/libnl-tiny/src/unl.c index 71487e0c1..b38dab839 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; -- cgit v1.2.3