eval: Move some decoding functions to eval/decode.c

This commit is contained in:
ZyX
2016-02-03 19:43:48 +03:00
parent 3c39219550
commit 700b32a2b3
5 changed files with 798 additions and 811 deletions

13
src/nvim/eval/decode.h Normal file
View 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