#ifndef __INCLUDE_OPENTCP_tcpTest_H__ #define __INCLUDE_OPENTCP_tcpTest_H__ INT8 netComm_init (void); void netComm_run (void); UINT32 netComm_listener (INT8, UINT8, UINT32, UINT32); int netComm_processData(int); int netComm_disconn (void); int netComm_send(void); int netComm_addFile(char*, int, char*); int netComm_getIndex(char*); int netComm_delFile(char*); #endif