X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fspf.h;h=23ad325f17b854bc1a452545754cad72355ea132;hb=e2ff8e24f41caca3623228b1ec66a3f3961ecad6;hp=3d5f621fd6b578f0db1e75b43739446cb6794d89;hpb=eac732adbd59b15f10f4db14414dd1405b488e65;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/spf.h b/src/src/spf.h index 3d5f621fd..23ad325f1 100644 --- a/src/src/spf.h +++ b/src/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(const 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