aboutsummaryrefslogtreecommitdiff
path: root/ltable.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltable.h')
-rw-r--r--ltable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ltable.h b/ltable.h
index c6a87807..c352da38 100644
--- a/ltable.h
+++ b/ltable.h
@@ -163,6 +163,7 @@ LUAI_FUNC Table *luaH_new (lua_State *L);
163LUAI_FUNC void luaH_resize (lua_State *L, Table *t, unsigned nasize, 163LUAI_FUNC void luaH_resize (lua_State *L, Table *t, unsigned nasize,
164 unsigned nhsize); 164 unsigned nhsize);
165LUAI_FUNC void luaH_resizearray (lua_State *L, Table *t, unsigned nasize); 165LUAI_FUNC void luaH_resizearray (lua_State *L, Table *t, unsigned nasize);
166LUAI_FUNC size_t luaH_size (Table *t);
166LUAI_FUNC void luaH_free (lua_State *L, Table *t); 167LUAI_FUNC void luaH_free (lua_State *L, Table *t);
167LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key); 168LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key);
168LUAI_FUNC lua_Unsigned luaH_getn (Table *t); 169LUAI_FUNC lua_Unsigned luaH_getn (Table *t);