mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
8 lines
107 B
C
8 lines
107 B
C
#ifndef __TEST_TCP_H__
|
|
#define __TEST_TCP_H__
|
|
|
|
#include "../lwip_check.h"
|
|
|
|
Suite *tcp_suite(void);
|
|
|
|
#endif
|