From 724d9cfa7f070c816bc4ee69b24c0818d9050231 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Wed, 5 Feb 2014 17:01:42 +0100 Subject: [PATCH] add missing variable name and documentation to header file. --- ldns/host2wire.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.3