summaryrefslogtreecommitdiffstats
path: root/rfc1035/testlookup.c
diff options
context:
space:
mode:
authorSam Varshavchik2015-02-16 08:33:03 -0500
committerSam Varshavchik2015-02-16 08:33:03 -0500
commit0623b6558a49900fb92e5c1bf103c9714f35ce2c (patch)
treed00ce2f02be8231b8abd4ac3e7d85b301a25f565 /rfc1035/testlookup.c
parentda75938c6c857fa8a5290850e288fa64052feacb (diff)
downloadcourier-libs-0623b6558a49900fb92e5c1bf103c9714f35ce2c.tar.bz2
Fix compiler warnings, testsuite.
Diffstat (limited to 'rfc1035/testlookup.c')
-rw-r--r--rfc1035/testlookup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/rfc1035/testlookup.c b/rfc1035/testlookup.c
index 657bf33..a406411 100644
--- a/rfc1035/testlookup.c
+++ b/rfc1035/testlookup.c
@@ -41,6 +41,9 @@ char *q=malloc(strlen(p)+1), *r;
extern char rfc1035_spf_gettxt(const char *current_domain,
char *buf);
+extern char rfc1035_spf_gettxt_n(const char *current_domain,
+ char **buf);
+
static void spflookup(const char *current_domain)
{