aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/decode.h
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2016-02-03 19:43:48 +0300
committerZyX <kp-pav@yandex.ru>2016-04-18 02:45:49 +0300
commit700b32a2b3af859299cbe92914f1a4cd800de724 (patch)
tree8ca5ae08da16e0b45940d1af3a2f42a19c0ef1af /src/nvim/eval/decode.h
parent3c3921955040967b8f5489316342d95d80c235bb (diff)
downloadrneovim-700b32a2b3af859299cbe92914f1a4cd800de724.tar.gz
rneovim-700b32a2b3af859299cbe92914f1a4cd800de724.tar.bz2
rneovim-700b32a2b3af859299cbe92914f1a4cd800de724.zip
eval: Move some decoding functions to eval/decode.c
Diffstat (limited to 'src/nvim/eval/decode.h')
-rw-r--r--src/nvim/eval/decode.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/nvim/eval/decode.h b/src/nvim/eval/decode.h
new file mode 100644
index 0000000000..5c25a64f7a
--- /dev/null
+++ b/src/nvim/eval/decode.h
@@ -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