aboutsummaryrefslogtreecommitdiff
path: root/ltm.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-09-05 16:33:32 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-09-05 16:33:32 -0300
commit6e80c1cde193b767d63d2cc30ebd71d65512e061 (patch)
treecb599bdc956c0dc9b3d469bb01de47185db3e4e2 /ltm.h
parentf67f324377aff66d78479eaaffbb94a6b092ae45 (diff)
downloadlua-6e80c1cde193b767d63d2cc30ebd71d65512e061.tar.gz
lua-6e80c1cde193b767d63d2cc30ebd71d65512e061.tar.bz2
lua-6e80c1cde193b767d63d2cc30ebd71d65512e061.zip
new version for API
Diffstat (limited to 'ltm.h')
-rw-r--r--ltm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ltm.h b/ltm.h
index 2a4510a0..2d15b3ef 100644
--- a/ltm.h
+++ b/ltm.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.h,v 1.13 2000/05/30 18:54:49 roberto Exp roberto $ 2** $Id: ltm.h,v 1.14 2000/08/07 20:21:34 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*/
@@ -50,8 +50,6 @@ extern const char *const luaT_eventname[];
50void luaT_init (lua_State *L); 50void luaT_init (lua_State *L);
51void luaT_realtag (lua_State *L, int tag); 51void luaT_realtag (lua_State *L, int tag);
52int luaT_effectivetag (lua_State *L, const TObject *o); 52int luaT_effectivetag (lua_State *L, const TObject *o);
53void luaT_settagmethod (lua_State *L, int t, const char *event, TObject *func);
54const TObject *luaT_gettagmethod (lua_State *L, int t, const char *event);
55int luaT_validevent (int t, int e); /* used by compatibility module */ 53int luaT_validevent (int t, int e); /* used by compatibility module */
56 54
57 55