Merge from gcc:
[deliverable/binutils-gdb.git] / gdb / remote.h
index 7ba4e492ced4a72f346f1252cdac7141bdb8ed2c..f3ec8d7e6676eac267acacf2a05b027f969b1045 100644 (file)
@@ -67,4 +67,10 @@ extern void (*deprecated_target_wait_loop_hook) (void);
 void register_remote_g_packet_guess (struct gdbarch *gdbarch, int bytes,
                                     const struct target_desc *tdesc);
 
+void remote_file_put (const char *local_file, const char *remote_file,
+                     int from_tty);
+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);
+
 #endif
This page took 0.024132 seconds and 4 git commands to generate.