aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/secure.h
blob: 87c468538ee3ce36bcc76f68d6d91283af60daa2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef NVIM_LUA_SECURE_H
#define NVIM_LUA_SECURE_H

#include <lua.h>

#include "nvim/ex_cmds_defs.h"

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "lua/secure.h.generated.h"
#endif

#endif  // NVIM_LUA_SECURE_H