This commit is contained in:
flyingscorpio@clevo 2022-10-21 10:01:40 +02:00
parent 0a1738cc94
commit d3312c2898

View file

@ -109,6 +109,7 @@ void ClientListener(int sockid) {
void ClientSender(int sockid) {}
/* Handles a client after its connection */
// TODO: remove this function
void service(int sockid) {
int i, n, t;
pid_t pid;