summaryrefslogtreecommitdiff
path: root/src/src/functions.h
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-09-11 13:30:45 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-09-11 13:30:45 +0100
commita207d5dd20b1f295f758e79ffa3dc06cdf7e488d (patch)
tree56c3ffe55ecd0f42b70cb80717b21960eb71325c /src/src/functions.h
parentff5929e3b91747e2ecb600711d17a7d0e21749ad (diff)
Make BOOL unsigned; fix resulting latent bugs
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 8745a399c..85a7e81eb 100644
--- a/src/src/functions.h
+++ b/src/src/functions.h
@@ -206,7 +206,7 @@ extern void host_build_hostlist(host_item **, const uschar *, BOOL);
extern ip_address_item *host_build_ifacelist(const uschar *, uschar *);
extern void host_build_log_info(void);
extern void host_build_sender_fullhost(void);
-extern BOOL host_find_byname(host_item *, const uschar *, int,
+extern int host_find_byname(host_item *, const uschar *, int,
const uschar **, BOOL);
extern int host_find_bydns(host_item *, const uschar *, int, uschar *, uschar *,
uschar *, const dnssec_domains *, const uschar **, BOOL *);