diff options
Diffstat (limited to 'src/lua-rspamd.h')
-rw-r--r-- | src/lua-rspamd.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lua-rspamd.h b/src/lua-rspamd.h index 0d0b2a693..2a5692583 100644 --- a/src/lua-rspamd.h +++ b/src/lua-rspamd.h @@ -9,10 +9,7 @@ struct config_file; void init_lua_filters (struct config_file *cfg); -int lua_call_header_filter (const char *function, struct worker_task *task); -int lua_call_mime_filter (const char *function, struct worker_task *task); -int lua_call_message_filter (const char *function, struct worker_task *task); -int lua_call_url_filter (const char *function, struct worker_task *task); +int lua_call_filter (const char *function, struct worker_task *task); int lua_call_chain_filter (const char *function, struct worker_task *task, int *marks, unsigned int number); double lua_consolidation_func (struct worker_task *task, const char *metric_name, const char *function_name); void add_luabuf (const char *line); |