diff options
Diffstat (limited to 'src/lua/lua_common.h')
-rw-r--r-- | src/lua/lua_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lua/lua_common.h b/src/lua/lua_common.h index 823056316..3e0fbed88 100644 --- a/src/lua/lua_common.h +++ b/src/lua/lua_common.h @@ -16,6 +16,8 @@ extern const luaL_reg null_reg[]; +#define RSPAMD_LUA_API_VERSION 1 + /* Common utility functions */ void lua_newclass (lua_State *L, const gchar *classname, const struct luaL_reg *func); void lua_setclass (lua_State *L, const gchar *classname, gint objidx); |