diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-12-01 18:31:25 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-12-01 18:31:25 -0200 |
commit | 3393fd7f257397199c6ecd143f956a19ee4a0cf7 (patch) | |
tree | 3a0114c3f5954b07074bb51d9fa5616bc49b101d /lua.h | |
parent | 00c122cc291cfb24e01a5c00f2c3503a6dfa073e (diff) | |
download | lua-3393fd7f257397199c6ecd143f956a19ee4a0cf7.tar.gz lua-3393fd7f257397199c6ecd143f956a19ee4a0cf7.tar.bz2 lua-3393fd7f257397199c6ecd143f956a19ee4a0cf7.zip |
first version of "lua_close"
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 | ||
57 | void lua_open (void); | 57 | void lua_open (void); |
58 | void lua_close (void); | ||
58 | 59 | ||
59 | lua_Object lua_settagmethod (int tag, char *event); /* In: new method */ | 60 | lua_Object lua_settagmethod (int tag, char *event); /* In: new method */ |
60 | lua_Object lua_gettagmethod (int tag, char *event); | 61 | lua_Object lua_gettagmethod (int tag, char *event); |