summaryrefslogtreecommitdiff
path: root/src/src/functions.h
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-05-17 21:57:46 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2015-05-19 22:31:34 +0100
commit7cd171b76e5bd3cb825c2a8720bc1fe4ad9b37e0 (patch)
tree6949232c38a6bbf137efefa2375e676d6fecf4a8 /src/src/functions.h
parentd1139f18482c3d4847e5bb6bf5619f61e03e8c31 (diff)
struct dnssec_domains
Diffstat (limited to 'src/src/functions.h')
-rw-r--r--src/src/functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/functions.h b/src/src/functions.h
index d720f235e..6b0689b3c 100644
--- a/src/src/functions.h
+++ b/src/src/functions.h
@@ -199,7 +199,7 @@ extern void host_build_log_info(void);
extern void host_build_sender_fullhost(void);
extern BOOL host_find_byname(host_item *, const uschar *, int, const uschar **, BOOL);
extern int host_find_bydns(host_item *, const uschar *, int, uschar *, uschar *,
- uschar *, uschar *, uschar *, const uschar **, BOOL *);
+ uschar *, const dnssec_domains *, const uschar **, BOOL *);
extern ip_address_item *host_find_interfaces(void);
extern BOOL host_is_in_net(const uschar *, const uschar *, int);
extern BOOL host_is_tls_on_connect_port(int);