seat: Destroy all clients on teardown

This commit is contained in:
Kenny Levinsen 2020-08-29 23:49:22 +02:00
parent b7b28f0628
commit 5470c48113
3 changed files with 5 additions and 17 deletions

View file

@ -28,7 +28,6 @@ struct client {
};
struct client *client_create(struct server *server, int client_fd);
void client_kill(struct client *client);
void client_destroy(struct client *client);
int client_handle_connection(int fd, uint32_t mask, void *data);