X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-lua%2Fruntime.c;h=2214e9be821389f079a6dcb6e3589f7ab2d4b267;hb=4f1b1414371cc373f50ca79a888928635a3a3763;hp=f0e909394efda88fb1e316e84a73bd7784fed602;hpb=4fb2fb9b1c03ad9ffd59ff86f7eaa697e46ef49d;p=apps%2Fmadmutt.git diff --git a/lib-lua/runtime.c b/lib-lua/runtime.c index f0e9093..2214e9b 100644 --- a/lib-lua/runtime.c +++ b/lib-lua/runtime.c @@ -24,6 +24,7 @@ #include "../mutt.h" #include "../charset.h" #include "../buffy.h" +#include static lua_State *L; @@ -44,6 +45,7 @@ void luaM_initialize(void) {"MCharset", luaopen_MCharset}, {"Mime", luaopen_Mime}, {"Buffy", luaopen_Buffy}, + {"mod_ssl", luaopen_mod_ssl}, }; int i;