seatd: Add command-line arguments

This commit is contained in:
Kenny Levinsen 2020-08-07 15:48:24 +02:00
parent 420f973004
commit a98e0c4ce9
4 changed files with 129 additions and 95 deletions

View file

@ -20,7 +20,7 @@ void server_finish(struct server *server);
struct seat *server_get_seat(struct server *server, const char *seat_name);
int server_listen(struct server *server, const char *path);
int server_handle_connection(int fd, uint32_t mask, void *data);
int server_add_client(struct server *server, int fd);
#endif