statzone

DNS zone file analyzer targeted at TLD zones
Log | Files | Refs | README | LICENSE

commit d37ff054c2a20abb0e6eb2d87cb6c3e3f452c6ee
parent 04b292c42e97f67ce47ef6d5742abcbee43bdbdf
Author: Frederic Cambus <fred@statdns.com>
Date:   Thu,  8 Oct 2020 18:56:00 +0200

Make displayUsage() and displaySummary() static.

Diffstat:
Msrc/statzone.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/statzone.c b/src/statzone.c @@ -61,7 +61,7 @@ struct my_struct *ds; struct my_struct *uniqueNS = NULL; struct my_struct *ns; -void +static void displayUsage() { printf("USAGE: statzone [options] inputfile\n\n" \ @@ -70,7 +70,7 @@ displayUsage() " -v Display version\n"); } -void +static void displaySummary() { /* Stopping timer */