From daa4562b352af13f7c2abb1215ffff46225184ec Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 25 Jul 2017 21:16:42 +0200 Subject: ax25ipd: Sort out prototype for io_error(). io_error() has no callers outside its defining file. 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 d9a9014..cb48437 100644 --- a/ax25ipd/ax25ipd.h +++ b/ax25ipd/ax25ipd.h @@ -167,7 +167,6 @@ void io_open(void); void io_start(void); void send_ip(unsigned char *, int, unsigned char *); void send_tty(unsigned char *, int); -int io_error(int, unsigned char *, int, int, int, int); /* crc.c */ unsigned short int compute_crc(unsigned char *, int); -- cgit v1.2.3