summaryrefslogtreecommitdiffstats
path: root/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'dns.h')
-rw-r--r--dns.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dns.h b/dns.h
index bca9490..08534a2 100644
--- a/dns.h
+++ b/dns.h
@@ -1,6 +1,8 @@
1#ifndef DNS_H 1#ifndef DNS_H
2#define DNS_H 2#define DNS_H
3 3
4#include "stralloc.h"
5
4#define DNS_SOFT -1 6#define DNS_SOFT -1
5#define DNS_HARD -2 7#define DNS_HARD -2
6#define DNS_MEM -3 8#define DNS_MEM -3
@@ -10,5 +12,6 @@ int dns_cname();
10int dns_mxip(); 12int dns_mxip();
11int dns_ip(); 13int dns_ip();
12int dns_ptr(); 14int dns_ptr();
15int dns_tlsa(stralloc *out, const stralloc *fqdn);
13 16
14#endif 17#endif