add good bye messages
[project/mdnsd.git] / interface.h
index 545369d..4a3c67e 100644 (file)
@@ -50,6 +50,7 @@ struct interface {
 };
 
 int interface_add(const char *name);
 };
 
 int interface_add(const char *name);
+void interface_shutdown(void);
 int interface_send_packet(struct interface *iface, struct iovec *iov, int iov_len);
 
 #endif
 int interface_send_packet(struct interface *iface, struct iovec *iov, int iov_len);
 
 #endif