libnl-tiny: export unl_genl_multicast_id()
[openwrt.git] / package / libnl-tiny / src / include / unl.h
index 57e348a..4fe7dc7 100644 (file)
@@ -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);
 
This page took 0.027169 seconds and 4 git commands to generate.