aboutsummaryrefslogtreecommitdiff
path: root/lstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'lstring.h')
-rw-r--r--lstring.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lstring.h b/lstring.h
index b2c421e2..5f8d01f4 100644
--- a/lstring.h
+++ b/lstring.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstring.h,v 1.4 1997/11/19 17:29:23 roberto Exp roberto $ 2** $Id: lstring.h,v 1.5 1997/11/26 18:53:45 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*/
@@ -20,5 +20,8 @@ TaggedString *luaS_newfixedstring (char *str);
20void luaS_rawsetglobal (TaggedString *ts, TObject *newval); 20void luaS_rawsetglobal (TaggedString *ts, TObject *newval);
21char *luaS_travsymbol (int (*fn)(TObject *)); 21char *luaS_travsymbol (int (*fn)(TObject *));
22int luaS_globaldefined (char *name); 22int luaS_globaldefined (char *name);
23TaggedString *luaS_collectudata (void);
24void luaS_freeall (void);
25
23 26
24#endif 27#endif