4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-22 06:29:20 +08:00

9 lines
124 B
C
Raw Normal View History

#ifndef LWIP_HDR_TEST_MDNS_H__
#define LWIP_HDR_TEST_MDNS_H__
#include "../lwip_check.h"
Suite* mdns_suite(void);
#endif