defined register_connection
This commit is contained in:
parent
0c632fce0e
commit
4623f76f97
@ -182,3 +182,8 @@ char *read_socket(int socket)
|
||||
|
||||
return content_buffer;
|
||||
}
|
||||
|
||||
void register_connection(int socket)
|
||||
{
|
||||
push_to_list(socket); //PUSH
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user