summaryrefslogtreecommitdiff
path: root/com32/lua/src/lualib.h
diff options
context:
space:
mode:
authorMarcel Ritter <unrzl1@linux.rrze.uni-erlangen.de>2008-12-15 08:35:55 +0100
committerMarcel Ritter <unrzl1@linux.rrze.uni-erlangen.de>2008-12-15 08:35:55 +0100
commit16fa94bd8c1556d7aae3942293cba0a2f61e4ce7 (patch)
treed7fcdb14b3142a3ce67b602a8a632f0e693d28f0 /com32/lua/src/lualib.h
parent095aac438f89b61e0a279453e5622a4acefeec71 (diff)
downloadsyslinux-16fa94bd8c1556d7aae3942293cba0a2f61e4ce7.tar.gz
COM32: lua - added simple syslinux_run_command function
Diffstat (limited to 'com32/lua/src/lualib.h')
-rw-r--r--com32/lua/src/lualib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/com32/lua/src/lualib.h b/com32/lua/src/lualib.h
index 469417f6..2aa93246 100644
--- a/com32/lua/src/lualib.h
+++ b/com32/lua/src/lualib.h
@@ -39,6 +39,9 @@ LUALIB_API int (luaopen_debug) (lua_State *L);
#define LUA_LOADLIBNAME "package"
LUALIB_API int (luaopen_package) (lua_State *L);
+#define LUA_SYSLINUXLIBNAME "syslinux"
+LUALIB_API int (luaopen_syslinux) (lua_State *L);
+
/* open all previous libraries */
LUALIB_API void (luaL_openlibs) (lua_State *L);