diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-11-04 13:27:53 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-11-04 13:27:53 -0200 |
commit | 45cad43c3fedb13a5e424429fe94dc78ba01a118 (patch) | |
tree | e5dae021aa66accc06b6941add38bf2d495c6440 /ltm.h | |
parent | dad5a01fb07e8a654f195ec3a9ca271cd5ee32e3 (diff) | |
download | lua-45cad43c3fedb13a5e424429fe94dc78ba01a118.tar.gz lua-45cad43c3fedb13a5e424429fe94dc78ba01a118.tar.bz2 lua-45cad43c3fedb13a5e424429fe94dc78ba01a118.zip |
"lua_open": now lua has an explicit open operation.
Diffstat (limited to 'ltm.h')
-rw-r--r-- | ltm.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: $ | 2 | ** $Id: ltm.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $ |
3 | ** Tag methods | 3 | ** Tag methods |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -49,6 +49,7 @@ extern struct IM { | |||
49 | extern char *luaT_eventname[]; | 49 | extern char *luaT_eventname[]; |
50 | 50 | ||
51 | 51 | ||
52 | void luaT_init (void); | ||
52 | void luaT_settag (int tag, TObject *o); | 53 | void luaT_settag (int tag, TObject *o); |
53 | void luaT_realtag (int tag); | 54 | void luaT_realtag (int tag); |
54 | int luaT_efectivetag (TObject *o); | 55 | int luaT_efectivetag (TObject *o); |