aboutsummaryrefslogtreecommitdiff
path: root/ltm.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ltm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ltm.h b/ltm.h
index 48acd59f..2a4510a0 100644
--- a/ltm.h
+++ b/ltm.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.h,v 1.12 2000/03/30 16:41:51 roberto Exp roberto $ 2** $Id: ltm.h,v 1.13 2000/05/30 18:54:49 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*/
@@ -52,7 +52,6 @@ void 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); 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); 54const TObject *luaT_gettagmethod (lua_State *L, int t, const char *event);
55const char *luaT_travtagmethods (lua_State *L, int (*fn)(lua_State *, TObject *));
56int luaT_validevent (int t, int e); /* used by compatibility module */ 55int luaT_validevent (int t, int e); /* used by compatibility module */
57 56
58 57