blob: c3765948c466414bf05f43d30283e28f7910a8e4 [file] [log] [blame]
developer8fb759f2022-02-21 16:39:38 +08001#ifndef __IWPRIV_COMPAT_H
2#define __IWPRIV_COMPAT_H
3
4int handle_set_command(struct nl_msg *msg, int argc,
5 char **argv, void *ctx);
6
7#endif