mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 18:09:11 -04:00
fill in documentation on dns_rdata_towire()
This commit is contained in:
parent
d915cb8961
commit
edd4f79b4b
1 changed files with 11 additions and 1 deletions
|
|
@ -218,7 +218,17 @@ dns_rdataset_towire(dns_rdataset_t *rdataset,
|
|||
*
|
||||
* 'rdataset' is not empty.
|
||||
*
|
||||
* XXX Supply Requires and Ensures XXX
|
||||
* Ensures:
|
||||
* On a return of DNS_R_SUCCESS, 'target' contains a wire format
|
||||
* for the data contained in 'rdataset'. Any error return leaves
|
||||
* the buffer in an undefined state.
|
||||
*
|
||||
* Returns:
|
||||
* DNS_R_SUCCESS - all ok
|
||||
* DNS_R_NOSPACE - 'target' doesn't have enough room
|
||||
*
|
||||
* Any error returned by dns_rdata_towire(), dns_rdataset_next(),
|
||||
* dns_name_towire().
|
||||
*/
|
||||
|
||||
#endif /* DNS_RDATASET_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue