summaryrefslogtreecommitdiff
path: root/src/src/functions.h
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2004-11-19 09:45:54 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2004-11-19 09:45:54 +0000
commit33397d198607bb789306b1856a9a38aaf9aa9561 (patch)
treeb9952496fabb09f62f8338485c8649b8d3070181 /src/src/functions.h
parent6f0c9a4f0114289a94a6001c23049f382c3176f3 (diff)
Implement the pseudo dns lookup type "zns" for ${dnsdb lookups.
Diffstat (limited to 'src/src/functions.h')
-rw-r--r--src/src/functions.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/src/functions.h b/src/src/functions.h
index 493575d36..8b9f3bbe9 100644
--- a/src/src/functions.h
+++ b/src/src/functions.h
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/functions.h,v 1.4 2004/11/18 11:17:33 ph10 Exp $ */
+/* $Cambridge: exim/src/src/functions.h,v 1.5 2004/11/19 09:45:54 ph10 Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
@@ -74,6 +74,7 @@ extern void dns_build_reverse(uschar *, uschar *);
extern void dns_init(BOOL, BOOL);
extern int dns_basic_lookup(dns_answer *, uschar *, int);
extern int dns_lookup(dns_answer *, uschar *, int, uschar **);
+extern int dns_special_lookup(dns_answer *, uschar *, int, uschar **);
extern dns_record *dns_next_rr(dns_answer *, dns_scan *, int);
extern uschar *dns_text_type(int);