Apply patch #8755: Multicast DNS responder support from Erik Ekman

This commit is contained in:
Erik Ekman
2016-08-14 15:02:15 +02:00
committed by Dirk Ziegelmeier
parent 4af297fc20
commit 4919932c49
13 changed files with 3197 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
#ifndef LWIP_HDR_TEST_MDNS_H__
#define LWIP_HDR_TEST_MDNS_H__
#include "../lwip_check.h"
Suite* mdns_suite(void);
#endif