X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fdmarc.h;h=899cd7e13adaa8dcc4de805e122ec39616e940f5;hb=dae16fc62c042f1c300db82ec1fc0d95cb8d66d3;hp=f3c29b00a1e4cdbb3dcb71763283c0163e0dc0c0;hpb=8e61d2807317ed66163a395c1cd8666fd442d9aa;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/dmarc.h b/src/src/dmarc.h index f3c29b00a..899cd7e13 100644 --- a/src/src/dmarc.h +++ b/src/src/dmarc.h @@ -3,6 +3,7 @@ *************************************************/ /* Experimental DMARC support. + Copyright (c) The Exim Maintainers 2021 - 2022 Copyright (c) Todd Lyons 2012 - 2014 License: GPL */ @@ -17,7 +18,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();