]> git.ipfire.org Git - thirdparty/iw.git/blame - android-nl.c
iw: support multiple regdom print
[thirdparty/iw.git] / android-nl.c
CommitLineData
08620177
JB
1#include <netlink/attr.h>
2
3int nla_put_flag(struct nl_msg *msg, int flag)
4{
5 return nla_put(msg, flag, 0, NULL);
6}