Imported from ../lua-4.0.tar.gz.
[lua.git] / src / lapi.h
blob5cefdc7aecad26fdc275e6964c234f47b6093b37
1 /*
2 ** $Id: lapi.h,v 1.20 2000/08/31 14:08:27 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 "lobject.h"
14 TObject *luaA_index (lua_State *L, int index);
15 void luaA_pushobject (lua_State *L, const TObject *o);
17 #endif