defined register_connection

This commit is contained in:
Václav Šmejkal 2023-02-21 12:31:27 +01:00
parent 0c632fce0e
commit 4623f76f97
Signed by: ENGO150
GPG Key ID: F6D6DF86242C5A59

View File

@ -182,3 +182,8 @@ char *read_socket(int socket)
return content_buffer;
}
void register_connection(int socket)
{
push_to_list(socket); //PUSH
}