X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/80fea873648ca2ab2e592999a336c59cf054ab55..92583637b25b6bde926f9ca6be7b085e5ac8b1e6:/src/src/spf.h diff --git a/src/src/spf.h b/src/src/spf.h index 2a7c04094..114ef3b97 100644 --- a/src/src/spf.h +++ b/src/src/spf.h @@ -5,13 +5,13 @@ /* Experimental SPF support. Copyright (c) Tom Kistner 2004 License: GPL - Copyright (c) The Exim Maintainers 2016 + Copyright (c) The Exim Maintainers 2016 - 2020 */ -#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 +#if !defined(HAVE_NS_TYPE) && defined(NS_INADDRSZ) # define HAVE_NS_TYPE #endif #include @@ -25,8 +25,11 @@ typedef struct spf_result_id { } spf_result_id; /* prototypes */ -int spf_init(uschar *,uschar *); -int spf_process(const uschar **, uschar *, int); +void spf_lib_version_report(FILE *); +BOOL spf_init(void); +BOOL spf_conn_init(uschar *, uschar *); +int spf_process(const uschar **, uschar *, int); +void spf_response_debug(SPF_response_t *); #define SPF_PROCESS_NORMAL 0 #define SPF_PROCESS_GUESS 1