+3368. [bug] <dns/iptable.h>, <dns/private.h> and <dns/zone.h>
+ where not C++ safe.
+
3367. [bug] dns_dnsseckey_create() result was not being checked.
[RT #30685]
*/
isc_result_t
-dns_private_totext(dns_rdata_t *private, isc_buffer_t *buffer);
+dns_private_totext(dns_rdata_t *privaterdata, isc_buffer_t *buffer);
/*%<
- * Convert a private-type RR 'private' to human-readable form,
+ * Convert a private-type RR 'privaterdata' to human-readable form,
* and place the result in 'buffer'. The text should indicate
* which action the private-type record specifies and whether the
* action has been completed.
*
* Requires:
- * \li 'private' is a valid rdata containing at least five bytes
+ * \li 'privaterdata' is a valid rdata containing at least five bytes
* \li 'buffer' is a valid buffer
*
* Returns:
isc_result_t
dns_zone_signwithkey(dns_zone_t *zone, dns_secalg_t algorithm,
- isc_uint16_t keyid, isc_boolean_t delete);
+ isc_uint16_t keyid, isc_boolean_t deleteit);
/*%<
* Initiate/resume signing of the entire zone with the zone DNSKEY(s)
* that match the given algorithm and keyid.