mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Move netif_mdns_data() and get_mdns_pcb() to mdns_priv.h
This commit is contained in:
parent
2adc6d2687
commit
d386388fb5
@ -97,9 +97,6 @@ void mdns_resp_announce(struct netif *netif);
|
|||||||
*/
|
*/
|
||||||
#define mdns_resp_netif_settings_changed(netif) mdns_resp_announce(netif)
|
#define mdns_resp_netif_settings_changed(netif) mdns_resp_announce(netif)
|
||||||
|
|
||||||
struct mdns_host* netif_mdns_data(struct netif *netif);
|
|
||||||
struct udp_pcb* get_mdns_pcb(void);
|
|
||||||
|
|
||||||
#endif /* LWIP_MDNS_RESPONDER */
|
#endif /* LWIP_MDNS_RESPONDER */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@ -196,6 +196,9 @@ struct mdns_host {
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct mdns_host* netif_mdns_data(struct netif *netif);
|
||||||
|
struct udp_pcb* get_mdns_pcb(void);
|
||||||
|
|
||||||
#endif /* LWIP_MDNS_RESPONDER */
|
#endif /* LWIP_MDNS_RESPONDER */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
Reference in New Issue
Block a user