Debug: build a summary string tracking transport SMTP commands & responses
[exim.git] / src / src / dmarc.h
index ef967e0b7232ab6bdf9a8b7455857e21a8bdd1d3..2587a803d528791dc514398d5ffbc7f4a8afdb89 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();