diff options
Diffstat (limited to 'hash.h')
-rw-r--r-- | hash.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | ** hash.h | 2 | ** hash.h |
3 | ** hash manager for lua | 3 | ** hash manager for lua |
4 | ** $Id: hash.h,v 2.12 1996/05/06 14:30:27 roberto Exp roberto $ | 4 | ** $Id: hash.h,v 2.13 1997/02/26 17:38:41 roberto Unstable roberto $ |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef hash_h | 7 | #ifndef hash_h |
@@ -30,6 +30,7 @@ int luaI_redimension (int nhash); | |||
30 | Hash *lua_createarray (int nhash); | 30 | Hash *lua_createarray (int nhash); |
31 | void lua_hashmark (Hash *h); | 31 | void lua_hashmark (Hash *h); |
32 | Long lua_hashcollector (void); | 32 | Long lua_hashcollector (void); |
33 | void luaI_hashcallIM (void); | ||
33 | Object *lua_hashget (Hash *t, Object *ref); | 34 | Object *lua_hashget (Hash *t, Object *ref); |
34 | Object *lua_hashdefine (Hash *t, Object *ref); | 35 | Object *lua_hashdefine (Hash *t, Object *ref); |
35 | void lua_next (void); | 36 | void lua_next (void); |