diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-06-08 21:08:39 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-06-08 21:08:39 +0400 |
commit | 8c23f93d02fb111baa27e8141b13d6fe658bb155 (patch) | |
tree | 38bb59ca235caafafa2bb6025ef7d1e577d08055 /src/lua/lua_common.h | |
parent | 87143d06278ea1a3bda810d606b9e86b7bd1ba3e (diff) | |
download | rspamd-8c23f93d02fb111baa27e8141b13d6fe658bb155.tar.gz rspamd-8c23f93d02fb111baa27e8141b13d6fe658bb155.zip |
* Add lua interface for parsing xmlrpc replies
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 2879568f0..82deb0685 100644 --- a/src/lua/lua_common.h +++ b/src/lua/lua_common.h @@ -37,6 +37,7 @@ gint luaopen_classifier (lua_State *L); gint luaopen_statfile (lua_State * L); gint luaopen_glib_regexp (lua_State *L); gint luaopen_cdb (lua_State *L); +gint luaopen_xmlrpc (lua_State * L); void init_lua (struct config_file *cfg); gboolean init_lua_filters (struct config_file *cfg); |