aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/msgpack_rpc/channel.h')
-rw-r--r--src/nvim/msgpack_rpc/channel.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/nvim/msgpack_rpc/channel.h b/src/nvim/msgpack_rpc/channel.h
new file mode 100644
index 0000000000..df742fe368
--- /dev/null
+++ b/src/nvim/msgpack_rpc/channel.h
@@ -0,0 +1,15 @@
+#ifndef NVIM_MSGPACK_RPC_CHANNEL_H
+#define NVIM_MSGPACK_RPC_CHANNEL_H
+
+#include <stdbool.h>
+#include <uv.h>
+
+#include "nvim/api/private/defs.h"
+#include "nvim/vim.h"
+
+#define METHOD_MAXLEN 512
+
+#ifdef INCLUDE_GENERATED_DECLARATIONS
+# include "msgpack_rpc/channel.h.generated.h"
+#endif
+#endif // NVIM_MSGPACK_RPC_CHANNEL_H