blob: 240461d22ec096c3191fe280ed98b209fa11b8a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef NVIM_OS_CHANNEL_H
#define NVIM_OS_CHANNEL_H
#include <uv.h>
#include <msgpack.h>
#include "nvim/vim.h"
#define EVENT_MAXLEN 512
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/channel.h.generated.h"
#endif
#endif // NVIM_OS_CHANNEL_H
|