9 lines
132 B
C
Executable File
9 lines
132 B
C
Executable File
#ifndef LWIP_HDR_TEST_MDNS_H__
|
|
#define LWIP_HDR_TEST_MDNS_H__
|
|
|
|
#include "../lwip_check.h"
|
|
|
|
Suite* mdns_suite(void);
|
|
|
|
#endif
|