diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-06-13 13:59:38 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-06-13 13:59:38 +0100 |
commit | 9deefe925c11413cb4e37bf6ef7fd13730e7af1d (patch) | |
tree | 9ba5027904bcbfd5d9ee605adf560dc5019616c9 /src/lua/lua_common.h | |
parent | 343985c16d9c32327855c53fcb11d7f5b8c666f9 (diff) | |
download | rspamd-9deefe925c11413cb4e37bf6ef7fd13730e7af1d.tar.gz rspamd-9deefe925c11413cb4e37bf6ef7fd13730e7af1d.zip |
Add ability to perform lua tests by rspamd.
This feature is useful for testing lua modules and writing
unit tests for lua modules.
Diffstat (limited to 'src/lua/lua_common.h')
-rw-r--r-- | src/lua/lua_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/lua_common.h b/src/lua/lua_common.h index f4985cb29..d7a8d18f1 100644 --- a/src/lua/lua_common.h +++ b/src/lua/lua_common.h @@ -122,6 +122,7 @@ gint luaopen_mempool (lua_State * L); gint luaopen_session (lua_State * L); gint luaopen_io_dispatcher (lua_State * L); gint luaopen_dns_resolver (lua_State * L); +gint luaopen_rsa (lua_State * L); gint lua_call_filter (const gchar *function, struct worker_task *task); gint lua_call_chain_filter (const gchar *function, struct worker_task *task, gint *marks, guint number); |