diff options
Diffstat (limited to 'ltable.h')
-rw-r--r-- | ltable.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltable.h,v 1.3 1997/10/18 16:29:15 roberto Exp roberto $ | 2 | ** $Id: ltable.h,v 1.4 1997/11/19 17:29:23 roberto Exp roberto $ |
3 | ** Lua tables (hash) | 3 | ** Lua tables (hash) |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -16,7 +16,6 @@ | |||
16 | #define nhash(t) ((t)->nhash) | 16 | #define nhash(t) ((t)->nhash) |
17 | 17 | ||
18 | Hash *luaH_new (int nhash); | 18 | Hash *luaH_new (int nhash); |
19 | void luaH_callIM (Hash *l); | ||
20 | void luaH_free (Hash *frees); | 19 | void luaH_free (Hash *frees); |
21 | TObject *luaH_get (Hash *t, TObject *ref); | 20 | TObject *luaH_get (Hash *t, TObject *ref); |
22 | TObject *luaH_set (Hash *t, TObject *ref); | 21 | TObject *luaH_set (Hash *t, TObject *ref); |