MDNS responder: two functions can take struct mdns_host instead of netif as argument

This commit is contained in:
Dirk Ziegelmeier
2016-08-17 12:32:33 +02:00
parent efb7b3d5f8
commit 2a90f33757
2 changed files with 16 additions and 17 deletions

View File

@@ -51,7 +51,7 @@
* transport. IGMP is needed for IPv4 multicast.
*/
#ifndef LWIP_MDNS_RESPONDER
#define LWIP_MDNS_RESPONDER 0
#define LWIP_MDNS_RESPONDER 0
#endif /* LWIP_MDNS_RESPONDER */
/** The maximum number of services per netif */