From 2217abebbba3e9b6653b20e6fa55fc47c3369c2f Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 25 Jul 2017 20:47:25 +0200 Subject: ax25ipd: Make function greet_world() static. It's only being used from within ax25ipd.c. To avoid the need for a prototype within ax25ipd.c move the function above its first caller. Signed-off-by: Ralf Baechle --- ax25ipd/ax25ipd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ax25ipd/ax25ipd.h') diff --git a/ax25ipd/ax25ipd.h b/ax25ipd/ax25ipd.h index d554b3e..58541cb 100644 --- a/ax25ipd/ax25ipd.h +++ b/ax25ipd/ax25ipd.h @@ -177,7 +177,6 @@ int ok_crc(unsigned char *, int); /* ax25ipd.c */ int main(int, char **); -void greet_world(void); void hupper(int); void usr1_handler(int); void int_handler(int); -- cgit v1.2.3