From 170a4dc237341262e0c1b2578862d4d58e8a985a Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Sat, 10 Jun 2006 12:26:30 +0000 Subject: io.c: io_error(): patch from testing upstream version. fixes problem that it tends to terminate even if it need not to --- ax25ipd/ax25ipd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ax25ipd/ax25ipd.h') diff --git a/ax25ipd/ax25ipd.h b/ax25ipd/ax25ipd.h index 818cd50..fac25fc 100644 --- a/ax25ipd/ax25ipd.h +++ b/ax25ipd/ax25ipd.h @@ -163,7 +163,7 @@ 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 io_error(int, unsigned char *, int, int, int, int); /* crc.c */ unsigned short int compute_crc(unsigned char *, int); -- cgit v1.2.3