projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
hostapd: add configurable debug message minimum priority to cut down on bloat generat...
[openwrt.git]
/
package
/
libnl-tiny
/
src
/
unl.c
diff --git
a/package/libnl-tiny/src/unl.c
b/package/libnl-tiny/src/unl.c
index
71487e0
..
b38dab8
100644
(file)
--- 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);
}
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;
{
struct nlattr *tb[CTRL_ATTR_MCAST_GRP_MAX + 1];
struct nlattr *groups, *group;
This page took
0.023145 seconds
and
4
git commands to generate.