diff options
Diffstat (limited to 'examples/ldns-testns.c')
-rw-r--r-- | examples/ldns-testns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ldns-testns.c b/examples/ldns-testns.c index 86219d605c55c..f9732faaf07e2 100644 --- a/examples/ldns-testns.c +++ b/examples/ldns-testns.c @@ -155,7 +155,7 @@ static const char* prog_name = "ldns-testns"; static FILE* logfile = 0; static int do_verbose = 0; -static void usage() +static void usage(void) { printf("Usage: %s [options] <datafile>\n", prog_name); printf(" -r listens on random port. Port number is printed.\n"); |