make declarations consistent
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 1998-2001, 2003-2005, 2007, 2009, 2011-2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 1998-2001, 2003-2005, 2007, 2009, 2011-2013, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
@@ -33,9 +33,9 @@ char *Tokens[T_MAXTOKS];
|
||||
|
||||
static int
|
||||
t_dns_rbtnodechain_init(char *dbfile, char *findname,
|
||||
char *firstname, char *firstorigin,
|
||||
char *nextname, char *nextorigin,
|
||||
char *prevname, char *prevorigin,
|
||||
char *firstname, char *firstorigin,
|
||||
char *lastname, char *lastorigin);
|
||||
static char *
|
||||
fixedname_totext(dns_fixedname_t *name);
|
||||
|
||||
@@ -585,7 +585,7 @@
|
||||
./bin/tests/rbt/dns_rbtnodechain_next_data X 1999,2000,2001
|
||||
./bin/tests/rbt/dns_rbtnodechain_prev.data X 1999,2000,2001
|
||||
./bin/tests/rbt/dns_rbtnodechain_prev_data X 1999,2000,2001
|
||||
./bin/tests/rbt/t_rbt.c C 1998,1999,2000,2001,2003,2004,2005,2007,2009,2011,2012,2013,2015,2016
|
||||
./bin/tests/rbt/t_rbt.c C 1998,1999,2000,2001,2003,2004,2005,2007,2009,2011,2012,2013,2015,2016,2018
|
||||
./bin/tests/rbt/win32/t_rbt.vcxproj.filters.in X 2013,2015
|
||||
./bin/tests/rbt/win32/t_rbt.vcxproj.in X 2013,2015,2016,2017
|
||||
./bin/tests/rbt/win32/t_rbt.vcxproj.user X 2013
|
||||
|
||||
Reference in New Issue
Block a user