From 8e1e61860643baeb443efcdbf51bc25b0c006a88 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 9 Apr 2002 17:19:06 -0300 Subject: `baselib' splited in `baselib' and `tablib' --- lualib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lualib.h') diff --git a/lualib.h b/lualib.h index 349696f5..6f2198b9 100644 --- a/lualib.h +++ b/lualib.h @@ -1,5 +1,5 @@ /* -** $Id: lualib.h,v 1.20 2001/03/06 20:09:38 roberto Exp roberto $ +** $Id: lualib.h,v 1.21 2001/03/26 14:31:49 roberto Exp roberto $ ** Lua standard libraries ** See Copyright Notice in lua.h */ @@ -19,6 +19,7 @@ #define LUA_ALERT "_ALERT" LUALIB_API int lua_baselibopen (lua_State *L); +LUALIB_API int lua_tablibopen (lua_State *L); LUALIB_API int lua_iolibopen (lua_State *L); LUALIB_API int lua_strlibopen (lua_State *L); LUALIB_API int lua_mathlibopen (lua_State *L); -- cgit v1.2.3-55-g6feb