aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua.h b/lua.h
index 6aa184d1..95ce5a2e 100644
--- a/lua.h
+++ b/lua.h
@@ -147,6 +147,7 @@ extern const char lua_ident[];
147LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); 147LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud);
148LUA_API void (lua_close) (lua_State *L); 148LUA_API void (lua_close) (lua_State *L);
149LUA_API lua_State *(lua_newthread) (lua_State *L); 149LUA_API lua_State *(lua_newthread) (lua_State *L);
150LUA_API int (lua_resetthread) (lua_State *L);
150 151
151LUA_API lua_CFunction (lua_atpanic) (lua_State *L, lua_CFunction panicf); 152LUA_API lua_CFunction (lua_atpanic) (lua_State *L, lua_CFunction panicf);
152 153