Add query ubus call
[project/mdnsd.git] / interface.h
index 4bd8e0c1c87b27b18fea95fa598cbf0c35fa7d91..50d70715a98161e134b00371520368aa8015f3f2 100644 (file)
@@ -54,5 +54,6 @@ struct interface {
 int interface_add(const char *name);
 void interface_shutdown(void);
 int interface_send_packet(struct interface *iface, struct iovec *iov, int iov_len);
+struct interface* interface_get(const char *name, int v6, int multicast);
 
 #endif