seatd: Add command-line arguments
This commit is contained in:
parent
420f973004
commit
a98e0c4ce9
4 changed files with 129 additions and 95 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue