Constify add_setshow_*
[deliverable/binutils-gdb.git] / gdb / tui / tui-win.c
index 685cf0621e0ce20814be9675738c1f818d33e5be..cbeff1f3a2d0d693927edd1f8dc15a82e3da564e 100644 (file)
@@ -348,7 +348,8 @@ tui_get_cmd_list (void)
 /* The set_func hook of "set tui ..." commands that affect the window
    borders on the TUI display.  */
 void
-tui_set_var_cmd (char *null_args, int from_tty, struct cmd_list_element *c)
+tui_set_var_cmd (const char *null_args,
+                int from_tty, struct cmd_list_element *c)
 {
   if (tui_update_variables () && tui_active)
     tui_rehighlight_all ();
This page took 0.028108 seconds and 4 git commands to generate.