Client: move connection functions into the class
This commit is contained in:
@@ -58,7 +58,7 @@ static void client_close_all(void)
|
||||
while (!client_list_is_empty()) {
|
||||
Client *client = client_list_get_first();
|
||||
|
||||
client_close(client);
|
||||
client->Close();
|
||||
}
|
||||
|
||||
assert(client_list_is_empty());
|
||||
|
||||
Reference in New Issue
Block a user