Constify add_setshow_*
[deliverable/binutils-gdb.git] / gdb / utils.c
index dd746849c719d790f820c16c5e50b794399f2842..f3fc16c7ff4d28cac33bd8c7cc07d6f488ef40d1 100644 (file)
@@ -1459,14 +1459,14 @@ set_width (void)
 }
 
 static void
-set_width_command (char *args, int from_tty, struct cmd_list_element *c)
+set_width_command (const char *args, int from_tty, struct cmd_list_element *c)
 {
   set_screen_size ();
   set_width ();
 }
 
 static void
-set_height_command (char *args, int from_tty, struct cmd_list_element *c)
+set_height_command (const char *args, int from_tty, struct cmd_list_element *c)
 {
   set_screen_size ();
 }
This page took 0.025499 seconds and 4 git commands to generate.