diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-12-14 18:34:44 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-12-14 18:34:44 +0000 |
commit | 0bb433da33b405be40504176e934880618307dfd (patch) | |
tree | ab49fa9a2991f29992cdb863d934cd7f4e4e2281 /src/lua/lua_common.h | |
parent | d4f8010847e1a509f46bb038a80be64385687e96 (diff) | |
download | rspamd-0bb433da33b405be40504176e934880618307dfd.tar.gz rspamd-0bb433da33b405be40504176e934880618307dfd.zip |
Remove unused attribute from rspamd_lua_init
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 609838c13..f51aee731 100644 --- a/src/lua/lua_common.h +++ b/src/lua/lua_common.h @@ -126,7 +126,7 @@ gpointer rspamd_lua_check_class (lua_State *L, gint index, const gchar *name); /** * Initialize lua and bindings */ -lua_State * rspamd_lua_init (struct rspamd_config *cfg); +lua_State *rspamd_lua_init (void); /** * Load and initialize lua plugins |