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

Change the name from "parsable" to "simple"

This commit is contained in:
Michael Sawyer
2001-01-04 23:40:28 +00:00
parent 2e36a55861
commit 2b50457b87
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: masterdump.c,v 1.39 2001/01/04 22:19:16 mws Exp $ */
/* $Id: masterdump.c,v 1.40 2001/01/04 23:40:27 mws Exp $ */
#include <config.h>
@@ -165,7 +165,7 @@ dns_master_style_explicitttl = {
* applications.
*/
const dns_master_style_t
dns_master_style_parsable = {
dns_master_style_simple = {
0,
24, 32, 32, 40, 80, 8
};