git » nmdb » commit 5984f3b

Make nmdb-stats' help() static

author Alberto Bertogli
2008-06-23 00:47:30 UTC
committer Alberto Bertogli
2008-06-24 06:10:13 UTC
parent d91eb55fd7f55210054216f29ee39377a5e2a49b

Make nmdb-stats' help() static

It's more tidy that way. Caught by sparse.

Signed-off-by: Alberto Bertogli <albertito@gmail.com>

utils/nmdb-stats.c +1 -1

diff --git a/utils/nmdb-stats.c b/utils/nmdb-stats.c
index 73e5db4..e2ee286 100644
--- a/utils/nmdb-stats.c
+++ b/utils/nmdb-stats.c
@@ -41,7 +41,7 @@ static uint64_t ntohll(uint64_t x)
 
 #define MAX_STATS_SIZE 64
 
-void help(void)
+static void help(void)
 {
 	printf("Use: nmdb-stats [ tipc port | [tcp|udp|sctp] host port ]\n");
 }