gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>
	* value.c (show_convenience): Constify.
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * value.c (show_convenience): Constify.
+
 2017-09-27  Tom Tromey  <tom@tromey.com>
 
        * gdbcore.h (core_file_command): Update.
 
 
 static void show_values (char *, int);
 
-static void show_convenience (char *, int);
-
 
 /* The value-history records all the values printed
    by print commands during this session.  Each chunk
 }
 
 static void
-show_convenience (char *ignore, int from_tty)
+show_convenience (const char *ignore, int from_tty)
 {
   struct gdbarch *gdbarch = get_current_arch ();
   struct internalvar *var;