From 405da5f84b072ea97b69359454899f45d92d24b6 Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Wed, 22 May 2024 00:00:29 +0200 Subject: WIP LSP client This contains the start of an LSP client. Nothing (except starting the LSP server) works at the moment and the feature is disabled by default. --- src/dged/reactor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dged/reactor.h') diff --git a/src/dged/reactor.h b/src/dged/reactor.h index 39a94a9..82ff3fe 100644 --- a/src/dged/reactor.h +++ b/src/dged/reactor.h @@ -18,7 +18,7 @@ struct file_event { struct reactor; -struct reactor *reactor_create(); +struct reactor *reactor_create(void); void reactor_destroy(struct reactor *reactor); void reactor_update(struct reactor *reactor); bool reactor_poll_event(struct reactor *reactor, uint32_t ev_id); -- cgit v1.2.3