diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-03-18 17:20:35 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-03-18 17:20:35 +0300 |
commit | c3314fe19509cf9e237c1ae3ba9383d692f71c00 (patch) | |
tree | 39ddda15dfcd5ca3c3e3e8305cb8e2c84767c405 /src/lua/lua_common.h | |
parent | 9309c11521c7a93357f1160edf9693f8b50f4441 (diff) | |
download | rspamd-c3314fe19509cf9e237c1ae3ba9383d692f71c00.tar.gz rspamd-c3314fe19509cf9e237c1ae3ba9383d692f71c00.zip |
* Add strict priority rules
* Improve and fix multimap module
* Add rspamd_config object to stage of early configure of rspamd
Diffstat (limited to 'src/lua/lua_common.h')
-rw-r--r-- | src/lua/lua_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_common.h b/src/lua/lua_common.h index 9b0c356f3..47d6956b0 100644 --- a/src/lua/lua_common.h +++ b/src/lua/lua_common.h @@ -16,7 +16,7 @@ extern const luaL_reg null_reg[]; -#define RSPAMD_LUA_API_VERSION 3 +#define RSPAMD_LUA_API_VERSION 4 /* Common utility functions */ void lua_newclass (lua_State *L, const gchar *classname, const struct luaL_reg *func); |