1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-06-27 20:29:45 +00:00
reactos/sdk/lib/drivers/lwip/test/unit/tcp/test_tcp.h

9 lines
107 B
C
Raw Normal View History

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