summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/src/dmarc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/dmarc.h b/src/src/dmarc.h
index de68372ee..2587a803d 100644
--- a/src/src/dmarc.h
+++ b/src/src/dmarc.h
@@ -18,7 +18,7 @@
# endif /* SUPPORT_SPF */
/* prototypes */
-gstring * dmarc_version_report(gstring *)
+gstring * dmarc_version_report(gstring *);
int dmarc_init();
int dmarc_store_data(header_line *);
int dmarc_process();