#ifndef WRAPPERS_H#define WRAPPERS_Hextern int initConnection( char* ip, char* port, bool test );extern void sendByte( BYTE byte );extern BYTE receiveByte();extern void closeConnection();#endif // WRAPPERS_H