mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
mdns: add remove delegate host api
* Original commit: espressif/esp-idf@2174693096
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
1eb5df9780
commit
c8821199a2
@ -116,6 +116,8 @@ esp_err_t mdns_hostname_set(const char * hostname);
|
||||
|
||||
esp_err_t mdns_delegate_hostname_add(const char * hostname, const esp_ip_addr_t *address);
|
||||
|
||||
esp_err_t mdns_delegate_hostname_remove(const char * hostname);
|
||||
|
||||
bool mdns_hostname_exists(const char *hostname);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user