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/display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dged/display.h') diff --git a/src/dged/display.h b/src/dged/display.h index f9c7ef8..950ab3c 100644 --- a/src/dged/display.h +++ b/src/dged/display.h @@ -13,7 +13,7 @@ struct command_list; * The only implementation of this is currently a termios one. * @returns A pointer to the display. */ -struct display *display_create(); +struct display *display_create(void); /** * Resize the display -- cgit v1.2.3