mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
eval: Move some decoding functions to eval/decode.c
This commit is contained in:
13
src/nvim/eval/decode.h
Normal file
13
src/nvim/eval/decode.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef NVIM_EVAL_DECODE_H
|
||||
#define NVIM_EVAL_DECODE_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <msgpack.h>
|
||||
|
||||
#include "nvim/eval_defs.h"
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "eval/decode.h.generated.h"
|
||||
#endif
|
||||
#endif // NVIM_EVAL_DECODE_H
|
Reference in New Issue
Block a user