From 80855de37d38b5b5e00c8d2f765e60b586962536 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 25 Jul 2017 20:44:32 +0200 Subject: ax25ipd: Make function do_stats() static. It's only being used from within ax25ipd.c. Signed-off-by: Ralf Baechle --- ax25ipd/ax25ipd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ax25ipd/ax25ipd.c') diff --git a/ax25ipd/ax25ipd.c b/ax25ipd/ax25ipd.c index f2653ab..12d6064 100644 --- a/ax25ipd/ax25ipd.c +++ b/ax25ipd/ax25ipd.c @@ -198,7 +198,7 @@ void greet_world(void) fflush(stdout); } -void do_stats(void) +static void do_stats(void) { int save_loglevel; -- cgit v1.2.3