commit f62055b6a6bb62027ed5f82ed82bd090eb8bc299 parent dfcb7bd081c0a750959da98e7d96070aa5b2399c Author: Frederic Cambus <fred@statdns.com> Date: Thu, 8 Oct 2020 18:55:11 +0200 Make displayUsage() static. Diffstat:
M | src/logswan.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/logswan.c b/src/logswan.c @@ -73,7 +73,7 @@ struct HLL uniqueIPv4, uniqueIPv6; char *intputFile; char *db = NULL; -void +static void displayUsage() { printf("USAGE: logswan [options] inputfile\n\n" \