mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:09:59 -04:00
style lint
This commit is contained in:
parent
6a88ed7c3f
commit
5336b803ae
1 changed files with 7 additions and 7 deletions
|
|
@ -75,13 +75,13 @@ dns_master_loadbuffer(isc_buffer_t *buffer,
|
|||
* 'callbacks->warn' to generate any error messages required.
|
||||
*
|
||||
* Requires:
|
||||
* 'master_file' to point to a valid string.
|
||||
* 'top' to point to a valid name.
|
||||
* 'origin' to point to a valid name.
|
||||
* 'callbacks->commit' to point ta a valid function.
|
||||
* 'callbacks->error' to point ta a valid function.
|
||||
* 'callbacks->warn' to point ta a valid function.
|
||||
* 'mctx' to point to a memory context.
|
||||
* 'master_file' points to a valid string.
|
||||
* 'top' points to a valid name.
|
||||
* 'origin' points to a valid name.
|
||||
* 'callbacks->commit' points to a valid function.
|
||||
* 'callbacks->error' points to a valid function.
|
||||
* 'callbacks->warn' points to a valid function.
|
||||
* 'mctx' points to a valid memory context.
|
||||
*
|
||||
* Returns:
|
||||
* ISC_R_SUCCESS upon successfully loading the master file.
|
||||
|
|
|
|||
Loading…
Reference in a new issue