aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua.h b/lua.h
index 7d05b2e9..3cc871dc 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.6 1997/11/27 15:59:25 roberto Exp roberto $ 2** $Id: lua.h,v 1.7 1997/11/27 18:25:14 roberto Exp roberto $
3** Lua - An Extensible Extension Language 3** Lua - An Extensible Extension Language
4** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil 4** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil
5** e-mail: lua@tecgraf.puc-rio.br 5** e-mail: lua@tecgraf.puc-rio.br
@@ -55,6 +55,7 @@ typedef unsigned int lua_Object;
55 55
56 56
57void lua_open (void); 57void lua_open (void);
58void lua_close (void);
58 59
59lua_Object lua_settagmethod (int tag, char *event); /* In: new method */ 60lua_Object lua_settagmethod (int tag, char *event); /* In: new method */
60lua_Object lua_gettagmethod (int tag, char *event); 61lua_Object lua_gettagmethod (int tag, char *event);