From 34840301b529686ce8168828b140a478a5d44b53 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 25 Oct 2018 15:30:15 -0300 Subject: To-be-closed variables in the C API --- lua.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua.h') diff --git a/lua.h b/lua.h index a014be1f..16d685cc 100644 --- a/lua.h +++ b/lua.h @@ -333,6 +333,8 @@ LUA_API size_t (lua_stringtonumber) (lua_State *L, const char *s); LUA_API lua_Alloc (lua_getallocf) (lua_State *L, void **ud); LUA_API void (lua_setallocf) (lua_State *L, lua_Alloc f, void *ud); +LUA_API void (lua_tobeclosed) (lua_State *L); + /* ** {============================================================== -- cgit v1.2.3-55-g6feb