TLS: event for daemon accept fail
[exim.git] / src / src / dmarc.h
index ef967e0b7232ab6bdf9a8b7455857e21a8bdd1d3..0b5307abba48833fb648011d24c9d915e7811c1b 100644 (file)
@@ -4,6 +4,7 @@
 
 /* Experimental DMARC support.
    Copyright (c) Todd Lyons <tlyons@exim.org> 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();