From 331f6807e9ef813755f8ec197cc24915c458a684 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 23 Aug 2010 19:07:56 +0400 Subject: * Move images library to core rspamd * Add lua api to access images properties --- src/lua/lua_common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lua/lua_common.c') diff --git a/src/lua/lua_common.c b/src/lua/lua_common.c index a880f50e3..c37588bb9 100644 --- a/src/lua/lua_common.c +++ b/src/lua/lua_common.c @@ -226,6 +226,7 @@ init_lua (struct config_file *cfg) (void)luaopen_hash_table (L); (void)luaopen_task (L); (void)luaopen_textpart (L); + (void)luaopen_image (L); (void)luaopen_message (L); (void)luaopen_classifier (L); (void)luaopen_statfile (L); -- cgit v1.2.3