Const-ification
[exim.git] / src / src / transports / smtp.c
index 0d12d17aa9fe2b9c172379239c991ee54138b3e0..2fb1e599c178b1a862dddd2fdb01ebfbf39cf10a 100644 (file)
@@ -1167,7 +1167,7 @@ return FALSE;
 
 #ifdef EXPERIMENTAL_DANE
 int
-tlsa_lookup(host_item * host, dns_answer * dnsa,
+tlsa_lookup(const host_item * host, dns_answer * dnsa,
   BOOL dane_required, BOOL * dane)
 {
 /* move this out to host.c given the similarity to dns_lookup() ? */