summaryrefslogtreecommitdiffstats
path: root/src/spf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/spf.h')
-rw-r--r--src/spf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/spf.h b/src/spf.h
index a9631e733..b59909ab8 100644
--- a/src/spf.h
+++ b/src/spf.h
@@ -6,7 +6,7 @@
struct worker_task;
struct spf_record;
-typedef void (*spf_cb_t)(struct spf_record *record, struct worker_task *task);
+typedef void (*spf_cb_t)(struct spf_record *record, struct worker_task *task, GError *err);
typedef enum spf_mech_e {
SPF_FAIL,
@@ -63,6 +63,7 @@ struct spf_record {
gchar *local_part;
struct worker_task *task;
spf_cb_t callback;
+ GError *err;
gboolean in_include;
};