#ifndef __CLIENT_H #define __CLIENT_H int InitClient(void); int ConnectClient(int); int CloseClient(int); int KAClient(int); #endif