#ifndef __TCPDSERVER_H__ #define __TCPDSERVER_H__ int initConnection (); void endConnection (int sock, int csock); #endif