dns_zone_setorigin() does not return ISC_R_SUCCESS, but void.
dns_zone_setalsonotify() referred to non-existing
dns_zone_alsonotifywithkeys().
* Require:
*\li 'zone' to be a valid zone.
*\li 'origin' to be non NULL.
- *
- * Returns:
- *\li #ISC_R_SUCCESS
*/
dns_name_t *
* Set the list of additional servers to be notified when
* a zone changes. To clear the list use 'count = 0'.
*
- * dns_zone_alsonotifywithkeys() allows each notify address to
- * be associated with a TSIG key.
- *
* Require:
*\li 'zone' to be a valid zone.
*\li 'addresses' to be non-NULL if count != 0.