00001 00006 #ifndef CONNECTION_H 00007 #define CONNECTION_H 00008 00009 00020 int initConnectionHandler(void); 00021 00035 void handleConnection(int clientSock, int listenSock); 00036 00037 00038 #endif /* CONNECTION_H */