From 4478f0ce92861e526b35e8889a8ce2706fc78fd1 Mon Sep 17 00:00:00 2001 From: Waldemar Celes Date: Fri, 17 Dec 1993 16:41:19 -0200 Subject: Module to control static tables --- table.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'table.h') diff --git a/table.h b/table.h index 8406ee22..1941fb28 100644 --- a/table.h +++ b/table.h @@ -1,8 +1,7 @@ /* -** table.c ** Module to control static tables ** TeCGraf - PUC-Rio -** 11 May 93 +** $Id: $ */ #ifndef table_h @@ -33,6 +32,7 @@ void lua_markobject (Object *o); char *lua_createstring (char *s); void *lua_createarray (void *a); int lua_addfile (char *fn); +int lua_delfile (void); char *lua_filename (void); void lua_nextvar (void); -- cgit v1.2.3-55-g6feb