mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 00:22:05 -04:00
Merge branch 'fanf-zt-comments' into 'main'
Clarify a few zonetree API comments See merge request isc-projects/bind9!6216
This commit is contained in:
commit
4e2ecdc18b
1 changed files with 4 additions and 4 deletions
|
|
@ -182,8 +182,8 @@ dns_zt_apply(dns_zt_t *zt, bool stop, isc_result_t *sub,
|
|||
* Returns:
|
||||
* \li ISC_R_SUCCESS if action was applied to all nodes. If 'stop' is
|
||||
* false and 'sub' is non NULL then the first error (if any)
|
||||
* reported by 'action' is returned in '*sub';
|
||||
* any error code from 'action'.
|
||||
* reported by 'action' is returned in '*sub'. If 'stop' is true,
|
||||
* the first error code from 'action' is returned.
|
||||
*/
|
||||
|
||||
bool
|
||||
|
|
@ -203,7 +203,7 @@ dns_zt_setviewcommit(dns_zt_t *zt);
|
|||
* zone table.
|
||||
*
|
||||
* Requires:
|
||||
*\li 'view' to be valid.
|
||||
*\li 'zt' to be valid.
|
||||
*/
|
||||
|
||||
void
|
||||
|
|
@ -213,7 +213,7 @@ dns_zt_setviewrevert(dns_zt_t *zt);
|
|||
* zone table.
|
||||
*
|
||||
* Requires:
|
||||
*\li 'view' to be valid.
|
||||
*\li 'zt' to be valid.
|
||||
*/
|
||||
|
||||
ISC_LANG_ENDDECLS
|
||||
|
|
|
|||
Loading…
Reference in a new issue