diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:14:12 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:14:12 -0600 |
commit | 540716ae8c026fe40704cd6a0c0d0cd530b44a40 (patch) | |
tree | 941e2a4c3c35c4a837e852e9fe9f7755f56a4e44 /bin/tests/cfg_test.c | |
parent | 2552e838a39811a4a72d58ab5594ba54e4bf5452 (diff) | |
download | bind9-540716ae8c026fe40704cd6a0c0d0cd530b44a40.tar.gz |
9.2.0rc8
Diffstat (limited to 'bin/tests/cfg_test.c')
-rw-r--r-- | bin/tests/cfg_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/tests/cfg_test.c b/bin/tests/cfg_test.c index 6f365ac9..81def839 100644 --- a/bin/tests/cfg_test.c +++ b/bin/tests/cfg_test.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cfg_test.c,v 1.11 2001/07/23 18:57:53 gson Exp $ */ +/* $Id: cfg_test.c,v 1.11.2.1 2001/10/22 23:52:19 gson Exp $ */ #include <config.h> @@ -51,7 +51,7 @@ output(void *closure, const char *text, int textlen) { } static void -usage() { +usage(void) { fprintf(stderr, "usage: cfg_test --rndc|--named " "[--grammar] [--memstats] conffile\n"); exit(1); |