mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
usage() -> usage(void)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named-checkzone.c,v 1.4 2000/12/19 19:54:29 gson Exp $ */
|
||||
/* $Id: named-checkzone.c,v 1.5 2000/12/21 01:54:30 bwelling Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -59,7 +59,7 @@ static const char *dbtype[] = { "rbt" };
|
||||
} while (0)
|
||||
|
||||
static void
|
||||
usage() {
|
||||
usage(void) {
|
||||
fprintf(stderr,
|
||||
"usage: zone_test [-dq] [-c class] zone [filename]\n");
|
||||
exit(1);
|
||||
|
Reference in New Issue
Block a user