diff options
Diffstat (limited to 'lua/lua-plugin.h')
| -rw-r--r-- | lua/lua-plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
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{ |
