mdns_console.h 308 B

1234567891011121314
  1. /*
  2. * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #ifndef _MDNS_CONSOLE_H_
  7. #define _MDNS_CONSOLE_H_
  8. /**
  9. * @brief Register MDNS functions with the console component
  10. */
  11. void mdns_console_register(void);
  12. #endif /* _MDNS_CONSOLE_H_ */