X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/8e61d2807317ed66163a395c1cd8666fd442d9aa..a85c067ba6c6940512cf57ec213277a370d87e70:/src/src/dmarc.h diff --git a/src/src/dmarc.h b/src/src/dmarc.h index f3c29b00a..f71f1fd5a 100644 --- a/src/src/dmarc.h +++ b/src/src/dmarc.h @@ -3,8 +3,10 @@ *************************************************/ /* Experimental DMARC support. + Copyright (c) The Exim Maintainers 2021 - 2022 Copyright (c) Todd Lyons 2012 - 2014 License: GPL */ +/* SPDX-License-Identifier: GPL-2.0-only */ /* Portions Copyright (c) 2012, 2013, The Trusted Domain Project; All rights reserved, licensed for use per LICENSE.opendmarc. */ @@ -17,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();