diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-02-07 20:54:28 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-02-07 20:54:28 +0000 |
commit | 51637f10e751876030090775b17a9f02401de429 (patch) | |
tree | 10abbad917abf4d9003474eb619add91fde4bd2a | |
parent | 0564a75af310b6fe44bd56f181bc2542fbccc326 (diff) |
Unbreak build with dmarc, pt. 2
Broken-by: 1ddb185540
-rw-r--r-- | src/src/dmarc.h | 2 |
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(); |