From: Jeremy Harris Date: Mon, 7 Feb 2022 20:54:28 +0000 (+0000) Subject: Unbreak build with dmarc, pt. 2 X-Git-Tag: exim-4.96-RC0~67 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/51637f10e751876030090775b17a9f02401de429 Unbreak build with dmarc, pt. 2 Broken-by: 1ddb185540 --- 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();