diff options
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -147,6 +147,7 @@ extern const char lua_ident[]; | |||
147 | LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); | 147 | LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); |
148 | LUA_API void (lua_close) (lua_State *L); | 148 | LUA_API void (lua_close) (lua_State *L); |
149 | LUA_API lua_State *(lua_newthread) (lua_State *L); | 149 | LUA_API lua_State *(lua_newthread) (lua_State *L); |
150 | LUA_API int (lua_resetthread) (lua_State *L); | ||
150 | 151 | ||
151 | LUA_API lua_CFunction (lua_atpanic) (lua_State *L, lua_CFunction panicf); | 152 | LUA_API lua_CFunction (lua_atpanic) (lua_State *L, lua_CFunction panicf); |
152 | 153 | ||