mirror of
https://github.com/neovim/neovim.git
synced 2026-01-23 05:10:34 +00:00
10 lines
216 B
C
10 lines
216 B
C
#ifndef NVIM_MSGPACK_RPC_SERVER_H
|
|
#define NVIM_MSGPACK_RPC_SERVER_H
|
|
|
|
#include <stdio.h>
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "msgpack_rpc/server.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_MSGPACK_RPC_SERVER_H
|