aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/expression.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/expression.h')
-rw-r--r--src/libutil/expression.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/expression.h b/src/libutil/expression.h
index 798d3a48c..4179424c6 100644
--- a/src/libutil/expression.h
+++ b/src/libutil/expression.h
@@ -47,6 +47,7 @@ struct rspamd_atom_subr {
gint (*process) (gpointer input, rspamd_expression_atom_t *atom);
/* Calculates the relative priority of the expression */
gint (*priority) (rspamd_expression_atom_t *atom);
+ void (*destroy) (rspamd_expression_atom_t *atom);
};
/* Opaque structure */