X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/e3e281ccf9d8777d0df98ddd644720573e0343d1..1d28cc061677bd07d9bed48dd84bd5c590247043:/src/src/dmarc.h diff --git a/src/src/dmarc.h b/src/src/dmarc.h index 0b5307abb..86d3b1e1c 100644 --- a/src/src/dmarc.h +++ b/src/src/dmarc.h @@ -3,9 +3,10 @@ *************************************************/ /* Experimental DMARC support. + Copyright (c) The Exim Maintainers 2021 - 2022 Copyright (c) Todd Lyons 2012 - 2014 - Copyright (c) The Exim Maintainers 2021 License: GPL */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* Portions Copyright (c) 2012, 2013, The Trusted Domain Project; All rights reserved, licensed for use per LICENSE.opendmarc. */ @@ -18,7 +19,7 @@ # endif /* SUPPORT_SPF */ /* prototypes */ -void dmarc_version_report(FILE *); +gstring * dmarc_version_report(gstring *); int dmarc_init(); int dmarc_store_data(header_line *); int dmarc_process();