summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_common.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-07-23 14:12:14 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-07-23 14:12:14 +0100
commit9849dfadb597e7def4e415ec9aa144071cdd5d1c (patch)
tree028c18adff5dd8abd85804af993ebea9e9994bdf /src/lua/lua_common.h
parenta98a5c4890c9daed109ed2e7bd7376a6179092ec (diff)
downloadrspamd-9849dfadb597e7def4e415ec9aa144071cdd5d1c.tar.gz
rspamd-9849dfadb597e7def4e415ec9aa144071cdd5d1c.zip
Start LUA API for HTML parts.
Diffstat (limited to 'src/lua/lua_common.h')
-rw-r--r--src/lua/lua_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/lua_common.h b/src/lua/lua_common.h
index 60bb6e446..152321373 100644
--- a/src/lua/lua_common.h
+++ b/src/lua/lua_common.h
@@ -214,6 +214,7 @@ void luaopen_logger (lua_State * L);
void luaopen_text (lua_State *L);
void luaopen_util (lua_State * L);
void luaopen_tcp (lua_State * L);
+void luaopen_html (lua_State * L);
gint rspamd_lua_call_filter (const gchar *function, struct rspamd_task *task);
gint rspamd_lua_call_chain_filter (const gchar *function,