turn charset into a lua package as well.
[apps/madmutt.git] / lib-lua / runtime.c
index b96db43..1b976c9 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "../alias.h"
 #include "../mutt.h"
+#include "../charset.h"
 
 static lua_State *L;
 
@@ -39,6 +40,7 @@ void luaM_initialize(void)
         {"MCore",         luaopen_MCore},
         {"MTransport",    luaopen_MTransport},
         {"MAlias",        luaopen_MAlias},
+        {"MCharset",      luaopen_MCharset},
     };
 
     int i;