mi_load_progress: Restore current_uiout using a scoped_restore
[deliverable/binutils-gdb.git] / gdb / gdbserver / remote-utils.h
index 9db46bec6cc89dbf6de8f6fada0fb66547bdf90c..b3eab3b0954523436d8b2fbc41b230c6229af1b6 100644 (file)
@@ -35,8 +35,8 @@ int putpkt (char *buf);
 int putpkt_binary (char *buf, int len);
 int putpkt_notif (char *buf);
 int getpkt (char *buf);
-void remote_prepare (char *name);
-void remote_open (char *name);
+void remote_prepare (const char *name);
+void remote_open (const char *name);
 void remote_close (void);
 void write_ok (char *buf);
 void write_enn (char *buf);
This page took 0.025203 seconds and 4 git commands to generate.