1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-11 22:34:13 +00:00
reactos/sdk/lib/drivers/lwip/test/unit/udp/test_udp.h

9 lines
107 B
C
Raw Normal View History

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