This commit is contained in:
Arthur-Coppey
2022-11-21 11:25:20 +01:00
committed by K0RB4K
parent 252493b4ea
commit e23582ac62
3 changed files with 40 additions and 61 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ struct sockinfo {
socklen_t addressLength;
};
void server(int tcp, int ipv6);
void server();
void tcpListen(void * args[]);