2
0
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:
Brian Wellington
2000-12-21 01:54:30 +00:00
parent 1200b06785
commit e3d6866002

View File

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