From: W.C.A. Wijngaards Date: Wed, 5 Feb 2014 16:01:42 +0000 (+0100) Subject: add missing variable name and documentation to header file. X-Git-Tag: release-1.7.0-rc1~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=724d9cfa7f070c816bc4ee69b24c0818d9050231;p=thirdparty%2Fldns.git add missing variable name and documentation to header file. --- diff --git a/ldns/host2wire.h b/ldns/host2wire.h index 5eafe9dd..f3e3d43f 100644 --- a/ldns/host2wire.h +++ b/ldns/host2wire.h @@ -145,9 +145,10 @@ ldns_status ldns_rdf2wire(uint8_t **dest, const ldns_rdf *rdf, size_t *size); * * \param[out] dest pointer to the array of bytes to be created * \param[in] rr the rr to convert + * \param[in] section the rr section, determines how the rr is written. * \param[out] size the size of the converted result */ -ldns_status ldns_rr2wire(uint8_t **dest, const ldns_rr *rr, int, size_t *size); +ldns_status ldns_rr2wire(uint8_t **dest, const ldns_rr *rr, int section, size_t *size); /** * Allocates an array of uint8_t at dest, and puts the wireformat of the