#ifndef __CLIENT_H #define __CLIENT_H int InitClient(void); int try2Connect(int); #endif