From f01c8453d56f810031ded37ed9e37e71e7474089 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
+ int s6dns_resolve_caa_g (genalloc *caas, char const *name,
+size_t len, int qualif, tain_t const *deadline)
+ Performs a CAA query on name name of length len, qualifying it
+iff qualif is nonzero. Returns -1 if an error occurs, or 0 if no answer
+can be obtained from servers, or 1 if it succeeds, in which case the domains are
+appended to the genalloc *caas, which contains an array of
+s6dns_message_rr_caa_t.
+
int s6dns_resolve_txt_g (stralloc *sa, genalloc *offsets, char const *name,
unsigned int len, int qualif, tain_t const *deadline)
--
cgit v1.2.3