2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

style lint

This commit is contained in:
David Lawrence
2000-06-20 04:12:15 +00:00
parent 6a88ed7c3f
commit 5336b803ae

View File

@@ -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.