diff options
Diffstat (limited to 'rfc1035')
| -rw-r--r-- | rfc1035/testlookup.c | 3 |
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) { |
