diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-08-23 19:07:56 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-08-23 19:07:56 +0400 |
commit | 331f6807e9ef813755f8ec197cc24915c458a684 (patch) | |
tree | cea02bcfeb75d0243fb599ecfc982c41e625e1f3 /src/lua/lua_common.c | |
parent | 9bee3171888d00c741e58a7c3532bd04ed7b48c1 (diff) | |
download | rspamd-331f6807e9ef813755f8ec197cc24915c458a684.tar.gz rspamd-331f6807e9ef813755f8ec197cc24915c458a684.zip |
* Move images library to core rspamd
* Add lua api to access images properties
Diffstat (limited to 'src/lua/lua_common.c')
-rw-r--r-- | src/lua/lua_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |