diff options
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r-- | src/libserver/cfg_file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h index 48f352f49..39f57662a 100644 --- a/src/libserver/cfg_file.h +++ b/src/libserver/cfg_file.h @@ -607,7 +607,6 @@ gboolean rspamd_init_filters (struct rspamd_config *cfg, bool reconfig, * @return TRUE if symbol has been inserted or FALSE if symbol already exists with higher priority */ gboolean rspamd_config_add_metric_symbol (struct rspamd_config *cfg, - const gchar *metric, const gchar *symbol, gdouble score, const gchar *description, const gchar *group, guint flags, guint priority, |