summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_common.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2011-04-22 18:57:52 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2011-04-22 18:57:52 +0400
commitcca977866939436fa886e49859031631d1de0a22 (patch)
tree8798c99af5a82861f7cf718d692c74fdcdab636f /src/lua/lua_common.h
parentce4150785d795583d9fb89bc6db1518294ab64cd (diff)
downloadrspamd-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.h2
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);