X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fdmarc.h;h=899cd7e13adaa8dcc4de805e122ec39616e940f5;hb=dae16fc62c042f1c300db82ec1fc0d95cb8d66d3;hp=ef967e0b7232ab6bdf9a8b7455857e21a8bdd1d3;hpb=6a1c2ef020854ef49c6a52ad4552d6b5ae1e1d1a;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/dmarc.h b/src/src/dmarc.h index ef967e0b7..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,6 +18,7 @@ # endif /* SUPPORT_SPF */ /* prototypes */ +gstring * dmarc_version_report(gstring *); int dmarc_init(); int dmarc_store_data(header_line *); int dmarc_process();