From 3393fd7f257397199c6ecd143f956a19ee4a0cf7 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 1 Dec 1997 18:31:25 -0200 Subject: first version of "lua_close" --- lstring.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lstring.h') diff --git a/lstring.h b/lstring.h index b2c421e2..5f8d01f4 100644 --- a/lstring.h +++ b/lstring.h @@ -1,5 +1,5 @@ /* -** $Id: lstring.h,v 1.4 1997/11/19 17:29:23 roberto Exp roberto $ +** $Id: lstring.h,v 1.5 1997/11/26 18:53:45 roberto Exp roberto $ ** String table (keep all strings handled by Lua) ** See Copyright Notice in lua.h */ @@ -20,5 +20,8 @@ TaggedString *luaS_newfixedstring (char *str); void luaS_rawsetglobal (TaggedString *ts, TObject *newval); char *luaS_travsymbol (int (*fn)(TObject *)); int luaS_globaldefined (char *name); +TaggedString *luaS_collectudata (void); +void luaS_freeall (void); + #endif -- cgit v1.2.3-55-g6feb