aboutsummaryrefslogtreecommitdiff
path: root/ltm.h
diff options
context:
space:
mode:
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