X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fspf.h;h=114ef3b977ec3ddd34fd22552f3340ca788bebe0;hb=d8c9f31a3ec7a424ac9465604c397f1882b05567;hp=a0779f87cff8a730082093a94d9a402aa0048515;hpb=bda76da8a9357f4fc525b5f8b925fae262c28010;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/spf.h b/src/src/spf.h index a0779f87c..114ef3b97 100644 --- a/src/src/spf.h +++ b/src/src/spf.h @@ -5,7 +5,7 @@ /* Experimental SPF support. Copyright (c) Tom Kistner 2004 License: GPL - Copyright (c) The Exim Maintainers 2016 + Copyright (c) The Exim Maintainers 2016 - 2020 */ #ifdef SUPPORT_SPF @@ -25,8 +25,11 @@ typedef struct spf_result_id { } spf_result_id; /* prototypes */ -BOOL spf_init(uschar *,uschar *); +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