diff options
author | Thomas Osterried <thomas@osterried.de> | 2006-06-10 12:26:30 +0000 |
---|---|---|
committer | Thomas Osterried <thomas@osterried.de> | 2006-06-10 12:26:30 +0000 |
commit | 170a4dc237341262e0c1b2578862d4d58e8a985a (patch) | |
tree | a75edeed5153b1830f082d4a4845db6519fb4b36 /ax25ipd/ax25ipd.h | |
parent | a0cb4e4e7642bd4b1a7a63d11522a2933b543cea (diff) |
io.c: io_error(): patch from testing upstream version.
fixes problem that it tends to terminate even if it need not to
Diffstat (limited to 'ax25ipd/ax25ipd.h')
-rw-r--r-- | ax25ipd/ax25ipd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |