diff options
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 ce817d1e1..1f3ea5922 100644 --- a/src/lua/lua_common.h +++ b/src/lua/lua_common.h @@ -230,7 +230,7 @@ void rspamd_lua_dumpstack (lua_State *L); /* Set lua path according to the configuration */ void rspamd_lua_set_path (lua_State *L, struct rspamd_config *cfg); -struct memory_pool_s * rspamd_lua_check_mempool (lua_State * L); +struct memory_pool_s * rspamd_lua_check_mempool (lua_State * L, gint pos); #endif /* WITH_LUA */ |