X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/620df281ca6618bddb7ae6f996ccfc06b148ec3e..5aba2a452669cc19defd5732e2512984ecd1603e:/src/src/dmarc.h?ds=sidebyside diff --git a/src/src/dmarc.h b/src/src/dmarc.h index 356a8e423..63d451c5d 100644 --- a/src/src/dmarc.h +++ b/src/src/dmarc.h @@ -3,7 +3,7 @@ *************************************************/ /* Experimental DMARC support. - Copyright (c) Todd Lyons 2012, 2013 + Copyright (c) Todd Lyons 2012 - 2014 License: GPL */ /* Portions Copyright (c) 2012, 2013, The Trusted Domain Project; @@ -11,10 +11,10 @@ #ifdef EXPERIMENTAL_DMARC -#include "opendmarc/dmarc.h" -#ifdef EXPERIMENTAL_SPF -#include "spf2/spf.h" -#endif /* EXPERIMENTAL_SPF */ +# include "opendmarc/dmarc.h" +# ifdef EXPERIMENTAL_SPF +# include "spf2/spf.h" +# endif /* EXPERIMENTAL_SPF */ /* prototypes */ int dmarc_init(); @@ -60,5 +60,3 @@ void dmarc_send_forensic_report(u_char **); #define ARES_RESULT_DISCARD 12 #endif /* EXPERIMENTAL_DMARC */ - -// vim:sw=2 expandtab