From 6509abc16fd5726d1227fbcbbfb69c62df67a04b Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 25 Jul 2017 21:00:15 +0200 Subject: ax25ipd: Sort out prototypes for usr1_handler(). make usr1_handler() static, remove its prototype from the header and reorder code to avoid prototypes. 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 6b7ea1d..76f5d35 100644 --- a/ax25ipd/ax25ipd.h +++ b/ax25ipd/ax25ipd.h @@ -176,7 +176,6 @@ unsigned short int compute_crc(unsigned char *, int); int ok_crc(unsigned char *, int); /* ax25ipd.c */ -void usr1_handler(int); void int_handler(int); void term_handler(int); -- cgit v1.2.3