#ifndef TCP_UTIL_H #define TCP_UTIL_H int createTCPserverSocket(int port); void * TCPRelay(void *); #endif