diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-04-22 18:57:52 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-04-22 18:57:52 +0400 |
commit | cca977866939436fa886e49859031631d1de0a22 (patch) | |
tree | 8798c99af5a82861f7cf718d692c74fdcdab636f /src/lua/lua_common.h | |
parent | ce4150785d795583d9fb89bc6db1518294ab64cd (diff) | |
download | rspamd-cca977866939436fa886e49859031631d1de0a22.tar.gz rspamd-cca977866939436fa886e49859031631d1de0a22.zip |
* Add functions to lua API to detect message and task date (in GMT)
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 47d6956b0..da3cc254e 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 4 +#define RSPAMD_LUA_API_VERSION 5 /* Common utility functions */ void lua_newclass (lua_State *L, const gchar *classname, const struct luaL_reg *func); |