X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=interface.h;fp=interface.h;h=4a3c67eb2f7c4f51a8a772d96af6b996b3c90a10;hp=545369da431b3c89e05a66a0bf5d907530717012;hb=4297eef0b59183f79811b6cacf0e4ac0783e4baf;hpb=c05c2fd3c8fd3a2bc5be41ee0fb35c5bae14a3cb diff --git a/interface.h b/interface.h index 545369d..4a3c67e 100644 --- a/interface.h +++ b/interface.h @@ -50,6 +50,7 @@ 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); #endif