threads wip

This commit is contained in:
Arthur-Coppey
2022-04-15 12:10:42 +02:00
parent ee2eecf6a2
commit cea7131f77
3 changed files with 36 additions and 23 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ struct sockinfo {
void server(int tcp, int ipv6);
void tcpListen(int serverSocket, struct sockaddr *clientAddress, unsigned long addressLength);
void tcpListen(void * socket);
_Noreturn void udpListen(int serverSocket, struct sockaddr *clientAddress, unsigned long addressLength);
_Noreturn void udpListen(void * socket);
#endif //QOTD_SERVER_H