mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
Change the name from "parsable" to "simple"
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: masterdump.h,v 1.14 2001/01/04 22:19:18 mws Exp $ */
|
/* $Id: masterdump.h,v 1.15 2001/01/04 23:40:28 mws Exp $ */
|
||||||
|
|
||||||
#ifndef DNS_MASTERDUMP_H
|
#ifndef DNS_MASTERDUMP_H
|
||||||
#define DNS_MASTERDUMP_H 1
|
#define DNS_MASTERDUMP_H 1
|
||||||
@@ -54,7 +54,7 @@ ISC_LANG_BEGINDECLS
|
|||||||
*/
|
*/
|
||||||
extern const dns_master_style_t dns_master_style_default;
|
extern const dns_master_style_t dns_master_style_default;
|
||||||
extern const dns_master_style_t dns_master_style_explicitttl;
|
extern const dns_master_style_t dns_master_style_explicitttl;
|
||||||
extern const dns_master_style_t dns_master_style_parsable;
|
extern const dns_master_style_t dns_master_style_simple;
|
||||||
|
|
||||||
/***
|
/***
|
||||||
*** Functions
|
*** Functions
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* 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>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -165,7 +165,7 @@ dns_master_style_explicitttl = {
|
|||||||
* applications.
|
* applications.
|
||||||
*/
|
*/
|
||||||
const dns_master_style_t
|
const dns_master_style_t
|
||||||
dns_master_style_parsable = {
|
dns_master_style_simple = {
|
||||||
0,
|
0,
|
||||||
24, 32, 32, 40, 80, 8
|
24, 32, 32, 40, 80, 8
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user