TLS resumption: fix for PIPECONNECT
[exim.git] / src / src / dmarc.h
index ef967e0b7232ab6bdf9a8b7455857e21a8bdd1d3..899cd7e13adaa8dcc4de805e122ec39616e940f5 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Experimental DMARC support.
+   Copyright (c) The Exim Maintainers 2021 - 2022
    Copyright (c) Todd Lyons <tlyons@exim.org> 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();