aboutsummaryrefslogtreecommitdiff
path: root/include/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/server.h')
-rw-r--r--include/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/server.h b/include/server.h
index f280993..a225668 100644
--- a/include/server.h
+++ b/include/server.h
@@ -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