aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui_client.h
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2022-03-16 16:05:40 +0100
committerGitHub <noreply@github.com>2022-03-16 16:05:40 +0100
commit4e5e0076cb643b52d762f226b27f22c8fb837567 (patch)
tree572699fc6ed68c92a8fab6b8f41be15423899f1f /src/nvim/ui_client.h
parentfa79a016bc894d3f89eddc7744868d2dd5458d51 (diff)
parentf01d203b70f426c1538813b3bacb4483e914ab44 (diff)
downloadrneovim-4e5e0076cb643b52d762f226b27f22c8fb837567.tar.gz
rneovim-4e5e0076cb643b52d762f226b27f22c8fb837567.tar.bz2
rneovim-4e5e0076cb643b52d762f226b27f22c8fb837567.zip
Merge pull request #17708 from bfredl/ui_client
feat(ui): UI client episode II: event handlers
Diffstat (limited to 'src/nvim/ui_client.h')
-rw-r--r--src/nvim/ui_client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nvim/ui_client.h b/src/nvim/ui_client.h
index 067f78d5c5..253deecc52 100644
--- a/src/nvim/ui_client.h
+++ b/src/nvim/ui_client.h
@@ -3,7 +3,11 @@
#include "nvim/api/private/defs.h"
+typedef void (*UIClientHandler)(Array args);
+
#ifdef INCLUDE_GENERATED_DECLARATIONS
#include "ui_client.h.generated.h"
+#include "ui_events_client.h.generated.h"
#endif
+
#endif // NVIM_UI_CLIENT_H