summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-02-07 20:54:28 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-02-07 20:54:28 +0000
commit51637f10e751876030090775b17a9f02401de429 (patch)
tree10abbad917abf4d9003474eb619add91fde4bd2a /src
parent0564a75af310b6fe44bd56f181bc2542fbccc326 (diff)
Unbreak build with dmarc, pt. 2
Broken-by: 1ddb185540
Diffstat (limited to 'src')
-rw-r--r--src/src/dmarc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/dmarc.h b/src/src/dmarc.h
index de68372ee..2587a803d 100644
--- a/src/src/dmarc.h
+++ b/src/src/dmarc.h
@@ -18,7 +18,7 @@
# endif /* SUPPORT_SPF */
/* prototypes */
-gstring * dmarc_version_report(gstring *)
+gstring * dmarc_version_report(gstring *);
int dmarc_init();
int dmarc_store_data(header_line *);
int dmarc_process();