blob: d31341ae608dcbf7e4453d6521bd0418bbbe91bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#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
|