Automatic date update in version.in
[platform/upstream/binutils.git] / gdb / monitor.h
index c7e7af8..52521c8 100644 (file)
@@ -239,8 +239,9 @@ struct monitor_ops
 
 #define SREC_SIZE 160
 
-extern void monitor_open (char *args, struct monitor_ops *ops, int from_tty);
-extern void monitor_close (void);
+extern void monitor_open (const char *args, struct monitor_ops *ops,
+                         int from_tty);
+extern void monitor_close (struct target_ops *self);
 extern char *monitor_supply_register (struct regcache *regcache,
                                      int regno, char *valstr);
 extern int monitor_expect (char *prompt, char *buf, int buflen);