From 5f70f6792d22758e37f2875db716ad5a2fefb6da Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 21 Jun 2010 13:21:47 +0800 Subject: add stripped oslib for lua ext. --- lua/lua-plugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua/lua-plugin.h') diff --git a/lua/lua-plugin.h b/lua/lua-plugin.h index 86e5dee..11c024f 100644 --- a/lua/lua-plugin.h +++ b/lua/lua-plugin.h @@ -5,6 +5,8 @@ #define LUA_IMELIBNAME "ime" LUALIB_API int (luaopen_ime) (lua_State * L); +LUALIB_API int (luaopen_myos) (lua_State * L); + #define LUA_IMELIB_CONTEXT "__context" typedef struct{ -- cgit