diff options
Diffstat (limited to 'gdb/ser-tcp.h')
-rw-r--r-- | gdb/ser-tcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ser-tcp.h b/gdb/ser-tcp.h index aeb4de0..444d77c 100644 --- a/gdb/ser-tcp.h +++ b/gdb/ser-tcp.h @@ -22,7 +22,7 @@ struct serial; -extern int net_open (struct serial *scb, const char *name); +extern void net_open (struct serial *scb, const char *name); extern void net_close (struct serial *scb); extern int net_read_prim (struct serial *scb, size_t count); extern int net_write_prim (struct serial *scb, const void *buf, size_t count); |