From 1de0ea4abd7153c6fcdbdbac6048a1e46f673fc2 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 31 Jan 2017 11:32:49 +0100 Subject: Sort out variable and function declarations. - Make static what can be made static. - Add declaration where they were missing. - Don't define variables in headers. - Move declaations to the proper locations. - Pick up declarations from the proper headers. Signed-off-by: Ralf Baechle --- ax25rtd/listener.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ax25rtd/listener.c') diff --git a/ax25rtd/listener.c b/ax25rtd/listener.c index 47431a2..1d9aa1f 100644 --- a/ax25rtd/listener.c +++ b/ax25rtd/listener.c @@ -169,7 +169,7 @@ int set_arp(config * config, long ip, ax25_address * call) */ #define RT_DEL 0 #define RT_ADD 1 -int iproute2(long ip, char *dev, int what) +static int iproute2(long ip, char *dev, int what) { char buffer[256]; char ipa[32]; -- cgit v1.2.3