Imported from ../lua-3.1.tar.gz.
[lua.git] / src / lapi.h
blobca9a11739d01dcc8f5ea77853d2bdf003ae937ae
1 /*
2 ** $Id: lapi.h,v 1.2 1998/06/19 16:14:09 roberto Exp $
3 ** Auxiliary functions from Lua API
4 ** See Copyright Notice in lua.h
5 */
7 #ifndef lapi_h
8 #define lapi_h
11 #include "lua.h"
12 #include "lobject.h"
15 TObject *luaA_Address (lua_Object o);
16 void luaA_pushobject (TObject *o);
17 void luaA_packresults (void);
18 int luaA_passresults (void);
20 #endif