Neovim Home
src
nvim
eval
decode.h
Go to the documentation of this file.
1
#ifndef NVIM_EVAL_DECODE_H
2
#define NVIM_EVAL_DECODE_H
3
4
#include <msgpack.h>
5
#include <stddef.h>
6
7
#include "
nvim/eval/typval.h
"
8
#include "
nvim/globals.h
"
9
10
#ifdef INCLUDE_GENERATED_DECLARATIONS
11
# include "eval/decode.h.generated.h"
12
#endif
13
#endif // NVIM_EVAL_DECODE_H
globals.h
typval.h