2021-07-29 20:49:22 +08:00
|
|
|
#pragma once
|
2021-07-15 14:53:20 +08:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
2021-07-29 20:49:22 +08:00
|
|
|
extern "C"
|
|
|
|
{
|
2021-07-15 14:53:20 +08:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#include <stddef.h>
|
|
|
|
|
2021-07-29 20:49:22 +08:00
|
|
|
void app_mdns_main();
|
|
|
|
void app_mdns_update_framesize(int size);
|
|
|
|
const char *app_mdns_query(size_t *out_len);
|
2021-07-15 14:53:20 +08:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|