sister
connection.h
Go to the documentation of this file.
1 
6 #ifndef CONNECTION_H
7 #define CONNECTION_H
8 
9 
21 
35 void handleConnection(int clientSock, int listenSock);
36 
37 
38 #endif /* CONNECTION_H */
void handleConnection(int clientSock, int listenSock)
Handles an incoming connection.
int initConnectionHandler(void)
Initializes the connection-handling module.