From e25c41578e710aed96939e5c7e503fc1db5dab3a Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 5 Aug 2024 13:13:45 +0000 Subject: Prepare for 2.3.8.0; add s6dns_engine_query Signed-off-by: Laurent Bercot --- doc/libs6dns/s6dns-engine.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/libs6dns') diff --git a/doc/libs6dns/s6dns-engine.html b/doc/libs6dns/s6dns-engine.html index 5a24194..4449fbe 100644 --- a/doc/libs6dns/s6dns-engine.html +++ b/doc/libs6dns/s6dns-engine.html @@ -252,5 +252,16 @@ if s6dns_engine_event() returned 1. You should recycle or free dt after reading the response packet.

+

+ void s6dns_engine_query (s6dns_engine_t const *dt, char **name, uint16_t *len, uint16_t *qtype) +

+ +

+ Recalls the query encoded in *dt: stores a pointer to the encoded name in +*name, its length in *len and the query type in *qtype. +You can call this function +even if dt has been recycled - but, of course, not if it has been freed. +

+ -- cgit v1.2.3