From 1b15206cf9aa7005fc3d48f78f60f66838f10eb5 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 14 Dec 1999 16:33:29 -0200 Subject: many details + code redistribution --- lapi.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lapi.h') diff --git a/lapi.h b/lapi.h index 96969134..6a69dd15 100644 --- a/lapi.h +++ b/lapi.h @@ -1,5 +1,5 @@ /* -** $Id: lapi.h,v 1.9 1999/11/22 13:12:07 roberto Exp roberto $ +** $Id: lapi.h,v 1.10 1999/12/02 16:24:45 roberto Exp roberto $ ** Auxiliary functions from Lua API ** See Copyright Notice in lua.h */ @@ -11,9 +11,14 @@ #include "lobject.h" +lua_Type luaA_normalizedtype (const TObject *o); +void luaA_setnormalized (TObject *d, const TObject *s); +void luaA_checkCparams (lua_State *L, int nParams); +const TObject *luaA_protovalue (const TObject *o); void luaA_pushobject (lua_State *L, const TObject *o); GlobalVar *luaA_nextvar (lua_State *L, TaggedString *g); int luaA_next (lua_State *L, const Hash *t, int i); +lua_Object luaA_putluaObject (lua_State *L, const TObject *o); lua_Object luaA_putObjectOnTop (lua_State *L); #endif -- cgit v1.2.3-55-g6feb