diff options
Diffstat (limited to 'gdbserver/hostio.h')
-rw-r--r-- | gdbserver/hostio.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdbserver/hostio.h b/gdbserver/hostio.h index 61c4219..97c27c6 100644 --- a/gdbserver/hostio.h +++ b/gdbserver/hostio.h @@ -22,10 +22,6 @@ /* Per-connection setup. */ extern void hostio_handle_new_gdb_connection (void); -/* Functions from hostio.c. */ extern int handle_vFile (char *, int, int *); -/* Functions from hostio-errno.c. */ -extern void hostio_last_error_from_errno (char *own_buf); - #endif /* GDBSERVER_HOSTIO_H */ |