mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 00:00:20 +00:00
4f0b8d3db0
svn path=/branches/ntvdm/; revision=59241
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
|