#ifndef __INCLUDE_OPENTCP_tcpTest_H__ #define __INCLUDE_OPENTCP_tcpTest_H__ INT32 tcpTest_eventlistener(INT8, UINT8, UINT32, UINT32); INT8 init_tcpTest(void); void tcpTest_run(void); void tcpTest_deletesession(void); void sendjunk(void); //INT16 tcpTest_loadbuffer(UINT8*, UINT16); #endif