diff options
Diffstat (limited to 'ltm.h')
-rw-r--r-- | ltm.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltm.h,v 1.2 1997/11/04 15:27:53 roberto Exp roberto $ | 2 | ** $Id: ltm.h,v 1.3 1997/11/19 17:29:23 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 | */ |
@@ -51,7 +51,6 @@ extern char *luaT_eventname[]; | |||
51 | 51 | ||
52 | 52 | ||
53 | void luaT_init (void); | 53 | void luaT_init (void); |
54 | void luaT_settag (int tag, TObject *o); | ||
55 | void luaT_realtag (int tag); | 54 | void luaT_realtag (int tag); |
56 | int luaT_efectivetag (TObject *o); | 55 | int luaT_efectivetag (TObject *o); |
57 | void luaT_settagmethod (int t, char *event, TObject *func); | 56 | void luaT_settagmethod (int t, char *event, TObject *func); |