blob: 253deecc52c8f22faa600e979185370cc48121a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef NVIM_UI_CLIENT_H
#define NVIM_UI_CLIENT_H
#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
|