diff options
Diffstat (limited to 'src/lauxlib.h')
-rw-r--r-- | src/lauxlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lauxlib.h b/src/lauxlib.h index 1ca0d74f..a44f0272 100644 --- a/src/lauxlib.h +++ b/src/lauxlib.h | |||
@@ -89,6 +89,7 @@ LUALIB_API void (luaL_setfuncs) (lua_State *L, const luaL_Reg *l, int nup); | |||
89 | LUALIB_API void (luaL_pushmodule) (lua_State *L, const char *modname, | 89 | LUALIB_API void (luaL_pushmodule) (lua_State *L, const char *modname, |
90 | int sizehint); | 90 | int sizehint); |
91 | LUALIB_API void *(luaL_testudata) (lua_State *L, int ud, const char *tname); | 91 | LUALIB_API void *(luaL_testudata) (lua_State *L, int ud, const char *tname); |
92 | LUALIB_API void (luaL_setmetatable) (lua_State *L, const char *tname); | ||
92 | 93 | ||
93 | 94 | ||
94 | /* | 95 | /* |