X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fsrc%2Flookups%2Fspf.c;h=23ad2adddeac90dfd2ed8bf5dae86ba8e4d79ffd;hp=862243850c9a5b9cd6a392dfeb7322852843f1a5;hb=e1d15f5e3b03bccb229281e762f9d47cf0933542;hpb=d9d29e0555e6a3bf33cc616693d98c982796201f;ds=sidebyside diff --git a/src/src/lookups/spf.c b/src/src/lookups/spf.c index 862243850..23ad2addd 100644 --- a/src/src/lookups/spf.c +++ b/src/src/lookups/spf.c @@ -18,7 +18,9 @@ #include "../exim.h" #ifndef EXPERIMENTAL_SPF -static void dummy(int x) { dummy(x-1); } +static void dummy(int x); +static void dummy2(int x) { dummy(x-1); } +static void dummy(int x) { dummy2(x-1); } #else #include "lf_functions.h"