diff options
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/protocol.h b/src/protocol.h index e40f6db85..05e25c45a 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -77,7 +77,4 @@ gboolean write_reply (struct worker_task *task) G_GNUC_WARN_UNUSED_RESULT; */ void register_protocol_command (const gchar *name, protocol_reply_func func); -const gchar *str_action_metric (enum rspamd_metric_action action); -gint check_metric_action (double score, double required_score, struct metric *metric); - #endif |