SOCKET lzhl_socket( int af, int type, int protocol ); int lzhl_send( SOCKET s, const char* buf, int len, int flags ); int lzhl_recv( SOCKET s, char* buf, int len, int flags ); int lzhl_closesocket( SOCKET sock ); /* End of File */