mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
libnl-tiny: export unl_genl_multicast_id()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29743 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -25,6 +25,7 @@ int unl_genl_request(struct unl *unl, struct nl_msg *msg, unl_cb handler, void *
|
||||
int unl_genl_request_single(struct unl *unl, struct nl_msg *msg, struct nl_msg **dest);
|
||||
void unl_genl_loop(struct unl *unl, unl_cb handler, void *arg);
|
||||
|
||||
int unl_genl_multicast_id(struct unl *unl, const char *name);
|
||||
int unl_genl_subscribe(struct unl *unl, const char *name);
|
||||
int unl_genl_unsubscribe(struct unl *unl, const char *name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user