misc/liblua/lapi.h
changeset 2812 0a24853de796
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/liblua/lapi.h	Mon Feb 15 19:49:20 2010 +0000
@@ -0,0 +1,16 @@
+/*
+** $Id: lapi.h,v 2.2.1.1 2007/12/27 13:02:25 roberto Exp $
+** Auxiliary functions from Lua API
+** See Copyright Notice in lua.h
+*/
+
+#ifndef lapi_h
+#define lapi_h
+
+
+#include "lobject.h"
+
+
+LUAI_FUNC void luaA_pushobject (lua_State *L, const TValue *o);
+
+#endif