diff options
Diffstat (limited to 'lstring.h')
-rw-r--r-- | lstring.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstring.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $ | 2 | ** $Id: lstring.h,v 1.2 1997/09/26 15:02:26 roberto Exp roberto $ |
3 | ** String table (keep all strings handled by Lua) | 3 | ** String table (keep all strings handled by Lua) |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -12,6 +12,8 @@ | |||
12 | 12 | ||
13 | extern GCnode luaS_root; | 13 | extern GCnode luaS_root; |
14 | 14 | ||
15 | |||
16 | void luaS_init (void); | ||
15 | TaggedString *luaS_createudata (void *udata, int tag); | 17 | TaggedString *luaS_createudata (void *udata, int tag); |
16 | TaggedString *luaS_collector (void); | 18 | TaggedString *luaS_collector (void); |
17 | void luaS_free (TaggedString *l); | 19 | void luaS_free (TaggedString *l); |