Trivial patch to remove dependency on host unsigned long type
[deliverable/binutils-gdb.git] / gdb / monitor.h
index e715729075105e62fc3892c05f611cda34f2555e..f66d1e7ae360d645c4f2625d4658daa64ae3f76a 100644 (file)
@@ -240,7 +240,7 @@ struct monitor_ops
 #define SREC_SIZE 160
 
 extern void monitor_open (char *args, struct monitor_ops *ops, int from_tty);
-extern void monitor_close (int quitting);
+extern void monitor_close (void);
 extern char *monitor_supply_register (struct regcache *regcache,
                                      int regno, char *valstr);
 extern int monitor_expect (char *prompt, char *buf, int buflen);
This page took 0.023224 seconds and 4 git commands to generate.