mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
msgpack-rpc: Create subdirectory for msgpack-rpc modules
Create the msgpack_rpc subdirectory and move all modules that deal with msgpack-rpc to it. Also merge msgpack_rpc.c into msgpack_rpc/helpers.c
This commit is contained in:
7
src/nvim/msgpack_rpc/server.h
Normal file
7
src/nvim/msgpack_rpc/server.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef NVIM_MSGPACK_RPC_SERVER_H
|
||||
#define NVIM_MSGPACK_RPC_SERVER_H
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "msgpack_rpc/server.h.generated.h"
|
||||
#endif
|
||||
#endif // NVIM_MSGPACK_RPC_SERVER_H
|
Reference in New Issue
Block a user