X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=interface.h;h=50d70715a98161e134b00371520368aa8015f3f2;hp=4bd8e0c1c87b27b18fea95fa598cbf0c35fa7d91;hb=859d0ecd2a369861771e9fea354a9ef67aaf9e9a;hpb=4fca836ba3d9524488bad0d8ffd0cbe8a124140a diff --git a/interface.h b/interface.h index 4bd8e0c..50d7071 100644 --- a/interface.h +++ b/interface.h @@ -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