#ifndef CLIENT_H #define CLIENT_H void closeClient(); void *pollForServer(void *args); void setupClient(); #endif