diff options
Diffstat (limited to 'hash.h')
-rw-r--r-- | hash.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ | |||
2 | ** hash.h | 2 | ** hash.h |
3 | ** hash manager for lua | 3 | ** hash manager for lua |
4 | ** Luiz Henrique de Figueiredo - 17 Aug 90 | 4 | ** Luiz Henrique de Figueiredo - 17 Aug 90 |
5 | ** $Id: hash.h,v 1.1 1993/12/17 18:41:19 celes Exp celes $ | 5 | ** $Id: hash.h,v 2.1 1994/04/20 22:07:57 celes Exp celes $ |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #ifndef hash_h | 8 | #ifndef hash_h |
@@ -26,6 +26,7 @@ typedef struct Hash | |||
26 | Hash *lua_createarray (int nhash); | 26 | Hash *lua_createarray (int nhash); |
27 | void lua_hashmark (Hash *h); | 27 | void lua_hashmark (Hash *h); |
28 | void lua_hashcollector (void); | 28 | void lua_hashcollector (void); |
29 | Object *lua_hashget (Hash *t, Object *ref); | ||
29 | Object *lua_hashdefine (Hash *t, Object *ref); | 30 | Object *lua_hashdefine (Hash *t, Object *ref); |
30 | void lua_next (void); | 31 | void lua_next (void); |
31 | 32 | ||