7 lines
94 B
C
7 lines
94 B
C
#ifndef TEST_TRANSPORT_TCP_H
|
|
#define TEST_TRANSPORT_TCP_H
|
|
|
|
void test_transport_tcp();
|
|
|
|
#endif
|