X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fspf.h;h=1c87669f4bc44d9802c8d2ad5fd8234d8caf273c;hb=2043336d393ea7725942b5be81b486b214eb7b9e;hp=455fbbfd939c2da14a4c571f29c3f6c2652504a2;hpb=65a7d8c381dfb4788ecd5c40a28365acb1f377e1;p=exim.git diff --git a/src/src/spf.h b/src/src/spf.h index 455fbbfd9..1c87669f4 100644 --- a/src/src/spf.h +++ b/src/src/spf.h @@ -1,18 +1,18 @@ -/* $Cambridge: exim/src/src/spf.h,v 1.7 2008/02/12 12:52:51 nm4 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ /* 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 +#if !defined(HAVE_NS_TYPE) && defined(NS_INADDRSZ) +# define HAVE_NS_TYPE #endif #include @@ -25,8 +25,9 @@ typedef struct spf_result_id { } spf_result_id; /* prototypes */ -int spf_init(uschar *,uschar *); -int spf_process(uschar **, uschar *, int); +BOOL spf_init(void); +BOOL spf_conn_init(uschar *, uschar *); +int spf_process(const uschar **, uschar *, int); #define SPF_PROCESS_NORMAL 0 #define SPF_PROCESS_GUESS 1