mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
14 lines
240 B
C
14 lines
240 B
C
#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
|