diff options
Diffstat (limited to 'gdb/remote.h')
-rw-r--r-- | gdb/remote.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/remote.h b/gdb/remote.h index 25fe826..e40a6c2 100644 --- a/gdb/remote.h +++ b/gdb/remote.h @@ -73,4 +73,8 @@ void remote_file_get (const char *remote_file, const char *local_file, int from_tty); void remote_file_delete (const char *remote_file, int from_tty); +bfd *remote_bfd_open (const char *remote_file, const char *target); + +int remote_filename_p (const char *filename); + #endif |