Debug: feed startup "whats supported" info through normal debug channel
[exim.git] / src / src / dmarc.h
index ef967e0b7232ab6bdf9a8b7455857e21a8bdd1d3..de68372ee74f54a7b5e16e28d87f1ac256b8377c 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 */
+gstring * dmarc_version_report(gstring *)
 int dmarc_init();
 int dmarc_store_data(header_line *);
 int dmarc_process();