2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-04 16:45:24 +00:00

consistently put the LIBDNS_EXTERNAL_DATA before the const

This commit is contained in:
Andreas Gustafsson
2001-11-19 21:34:31 +00:00
parent 10640b2e3e
commit 459d31fa83

View File

@@ -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.63 2001/11/19 03:08:10 mayer Exp $ */ /* $Id: masterdump.c,v 1.64 2001/11/19 21:34:31 gson Exp $ */
#include <config.h> #include <config.h>
@@ -170,8 +170,8 @@ dns_master_style_cache = {
24, 32, 32, 40, 80, 8 24, 32, 32, 40, 80, 8
}; };
const dns_master_style_t LIBDNS_EXTERNAL_DATA const dns_master_style_t
LIBDNS_EXTERNAL_DATA dns_master_style_simple = { dns_master_style_simple = {
0, 0,
24, 32, 32, 40, 80, 8 24, 32, 32, 40, 80, 8
}; };