More compiler quietening.
[exim.git] / src / src / lookups / spf.c
index 862243850c9a5b9cd6a392dfeb7322852843f1a5..23ad2adddeac90dfd2ed8bf5dae86ba8e4d79ffd 100644 (file)
@@ -18,7 +18,9 @@
 #include "../exim.h"
 
 #ifndef EXPERIMENTAL_SPF
 #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"
 #else
 
 #include "lf_functions.h"