gdb/ChangeLog
2017-09-27 Tom Tromey <tom@tromey.com>
* top.c (new_ui_command): Constify.
2017-09-27 Tom Tromey <tom@tromey.com>
+ * top.c (new_ui_command): Constify.
+
+2017-09-27 Tom Tromey <tom@tromey.com>
+
* symfile.c (add_symbol_file_command)
(remove_symbol_file_command, list_overlays_command)
(map_overlay_command, unmap_overlay_command)
/* Implementation of the "new-ui" command. */
static void
-new_ui_command (char *args, int from_tty)
+new_ui_command (const char *args, int from_tty)
{
struct ui *ui;
struct interp *interp;