From e2c60eda16d4aff7ea42513ba7c4d33ac45d9e99 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 30 Mar 2000 13:41:51 -0300 Subject: `luaT_validevent' is exported, because compatibility module for fallbacks uses it. --- ltm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ltm.h') diff --git a/ltm.h b/ltm.h index 34da30e0..be3e51e3 100644 --- a/ltm.h +++ b/ltm.h @@ -1,5 +1,5 @@ /* -** $Id: ltm.h,v 1.10 2000/03/03 14:58:26 roberto Exp roberto $ +** $Id: ltm.h,v 1.11 2000/03/20 19:14:54 roberto Exp roberto $ ** Tag methods ** See Copyright Notice in lua.h */ @@ -52,6 +52,7 @@ 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); const char *luaT_travtagmethods (lua_State *L, int (*fn)(lua_State *, TObject *)); +int luaT_validevent (int t, int e); /* used by compatibility module */ #endif -- cgit v1.2.3-55-g6feb