mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Fixup mdnsapi_mdns_resp_announce() macro - mdns_resp_announce() is a void function!
This commit is contained in:
parent
a8755b8530
commit
dfd6a31ecb
@ -83,7 +83,7 @@ void mdns_resp_announce(struct netif *netif);
|
|||||||
* Be sure to \#include lwip/netifapi.h when using this macro
|
* Be sure to \#include lwip/netifapi.h when using this macro
|
||||||
* @see mdns_resp_announce()
|
* @see mdns_resp_announce()
|
||||||
*/
|
*/
|
||||||
#define mdnsapi_mdns_resp_announce(netif) netifapi_netif_common(netif, NULL, mdns_resp_announce)
|
#define mdnsapi_mdns_resp_announce(netif) netifapi_netif_common(netif, mdns_resp_announce, NULL)
|
||||||
|
|
||||||
#endif /* LWIP_MDNS_RESPONDER */
|
#endif /* LWIP_MDNS_RESPONDER */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user