xmclib/ThirdPartyLibraries/lwip/test/unit/dhcp/test_dhcp.h

9 lines
128 B
C
Raw Normal View History

2024-10-17 17:09:59 +02:00
#ifndef LWIP_HDR_TEST_DHCP_H
#define LWIP_HDR_TEST_DHCP_H
#include "../lwip_check.h"
Suite* dhcp_suite(void);
#endif