From 6e80c1cde193b767d63d2cc30ebd71d65512e061 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 5 Sep 2000 16:33:32 -0300 Subject: new version for API --- ltm.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ltm.h') diff --git a/ltm.h b/ltm.h index 2a4510a0..2d15b3ef 100644 --- a/ltm.h +++ b/ltm.h @@ -1,5 +1,5 @@ /* -** $Id: ltm.h,v 1.13 2000/05/30 18:54:49 roberto Exp roberto $ +** $Id: ltm.h,v 1.14 2000/08/07 20:21:34 roberto Exp roberto $ ** Tag methods ** See Copyright Notice in lua.h */ @@ -50,8 +50,6 @@ extern const char *const luaT_eventname[]; void luaT_init (lua_State *L); void luaT_realtag (lua_State *L, int tag); int luaT_effectivetag (lua_State *L, const TObject *o); -void luaT_settagmethod (lua_State *L, int t, const char *event, TObject *func); -const TObject *luaT_gettagmethod (lua_State *L, int t, const char *event); int luaT_validevent (int t, int e); /* used by compatibility module */ -- cgit v1.2.3-55-g6feb