author | Alberto Bertogli
<albertito@gmail.com> 2008-06-23 00:47:30 UTC |
committer | Alberto Bertogli
<albertito@gmail.com> 2008-06-24 06:10:13 UTC |
parent | d91eb55fd7f55210054216f29ee39377a5e2a49b |
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"); }