Move netif_mdns_data() and get_mdns_pcb() to mdns_priv.h
This commit is contained in:
@@ -97,9 +97,6 @@ void mdns_resp_announce(struct netif *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 */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -196,6 +196,9 @@ struct mdns_host {
|
||||
#endif
|
||||
};
|
||||
|
||||
struct mdns_host* netif_mdns_data(struct netif *netif);
|
||||
struct udp_pcb* get_mdns_pcb(void);
|
||||
|
||||
#endif /* LWIP_MDNS_RESPONDER */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user