This constifies an argument to monitor_open.
2014-07-24  Tom Tromey  <tromey@redhat.com>
	* monitor.c (monitor_open): Make "args" const.
	* monitor.h (monitor_open): Update.
+2014-07-24  Tom Tromey  <tromey@redhat.com>
+
+       * monitor.c (monitor_open): Make "args" const.
+       * monitor.h (monitor_open): Update.
+
 2014-07-24  Tom Tromey  <tromey@redhat.com>
 
        * maint.c (match_bfd_flags): Make "string" const.
 
    for communication.  */
 
 void
-monitor_open (char *args, struct monitor_ops *mon_ops, int from_tty)
+monitor_open (const char *args, struct monitor_ops *mon_ops, int from_tty)
 {
   char *name;
   char **p;
 
 
 #define SREC_SIZE 160
 
-extern void monitor_open (char *args, struct monitor_ops *ops, int from_tty);
+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);