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/main/cmds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/cmds.h') diff --git a/src/main/cmds.h b/src/main/cmds.h index a258ce5..324842d 100644 --- a/src/main/cmds.h +++ b/src/main/cmds.h @@ -1,7 +1,7 @@ struct commands; void register_global_commands(struct commands *commands, - void (*terminate_cb)()); + void (*terminate_cb)(void)); void teardown_global_commands(void); void register_buffer_commands(struct commands *commands); -- cgit v1.2.3