X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/6a1c2ef020854ef49c6a52ad4552d6b5ae1e1d1a..ef2e5890df09193717f9d345ffaaa406e2d8aae7:/src/src/dmarc.h diff --git a/src/src/dmarc.h b/src/src/dmarc.h index ef967e0b7..0b5307abb 100644 --- a/src/src/dmarc.h +++ b/src/src/dmarc.h @@ -4,6 +4,7 @@ /* Experimental DMARC support. Copyright (c) Todd Lyons 2012 - 2014 + Copyright (c) The Exim Maintainers 2021 License: GPL */ /* Portions Copyright (c) 2012, 2013, The Trusted Domain Project; @@ -17,6 +18,7 @@ # endif /* SUPPORT_SPF */ /* prototypes */ +void dmarc_version_report(FILE *); int dmarc_init(); int dmarc_store_data(header_line *); int dmarc_process();