make declarations consistent

This commit is contained in:
Mark Andrews
2018-02-14 18:36:08 +11:00
parent 6b74dcca71
commit ee49362e33
2 changed files with 3 additions and 3 deletions

View File

@@ -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);

View File

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