X-Git-Url: https://git.hcoop.net/hcoop/debian/exim4.git/blobdiff_plain/188b6fee0dfdf699a1a302e16b70d17b4f325bcd..2ea97746a3f65eeffb434b8e4e18815e03b61532:/src/spf.h diff --git a/src/spf.h b/src/spf.h index 0ce5d00..23ad325 100644 --- a/src/spf.h +++ b/src/spf.h @@ -4,13 +4,15 @@ /* Experimental SPF support. Copyright (c) Tom Kistner 2004 - License: GPL */ + License: GPL + Copyright (c) The Exim Maintainers 2016 +*/ -#ifdef EXPERIMENTAL_SPF +#ifdef SUPPORT_SPF /* Yes, we do have ns_type. spf.h redefines it if we don't set this. Doh */ #ifndef HAVE_NS_TYPE -#define HAVE_NS_TYPE +# define HAVE_NS_TYPE #endif #include @@ -23,8 +25,8 @@ typedef struct spf_result_id { } spf_result_id; /* prototypes */ -int spf_init(uschar *,uschar *); -int spf_process(uschar **, uschar *, int); +BOOL spf_init(uschar *,uschar *); +int spf_process(const uschar **, uschar *, int); #define SPF_PROCESS_NORMAL 0 #define SPF_PROCESS_GUESS 1