From: W.C.A. Wijngaards Date: Mon, 29 Aug 2016 10:34:12 +0000 (+0200) Subject: fix description X-Git-Tag: release-1.7.0-rc1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d848fad04806a00aba1261c43fa9c474ebc6b276;p=thirdparty%2Fldns.git fix description --- diff --git a/ldns/resolver.h b/ldns/resolver.h index baaf4414..d19061f3 100644 --- a/ldns/resolver.h +++ b/ldns/resolver.h @@ -641,7 +641,7 @@ ldns_status ldns_resolver_prepare_query_pkt(ldns_pkt **q, ldns_resolver *r, cons * \param[in] c query for this class (may be 0, default to IN) * \param[in] flags the query flags * - * \return ldns_pkt* a packet with the reply from the nameserver + * \return ldns_status LDNS_STATUS_OK on success */ ldns_status ldns_resolver_send(ldns_pkt **answer, ldns_resolver *r, const ldns_rdf *name, ldns_rr_type t, ldns_rr_class c, uint16_t flags);