Constify add_com_suppress_notification
[deliverable/binutils-gdb.git] / gdb / typeprint.c
index 8ee44af9b98fdb23b765bab8aee46fed0c1ecf2f..441cbb8742af9cf2b37b6639bcf9ba86c1420395 100644 (file)
@@ -662,7 +662,7 @@ struct cmd_list_element *setprinttypelist;
 struct cmd_list_element *showprinttypelist;
 
 static void
-set_print_type (char *arg, int from_tty)
+set_print_type (const char *arg, int from_tty)
 {
   printf_unfiltered (
      "\"set print type\" must be followed by the name of a subcommand.\n");
@@ -670,7 +670,7 @@ set_print_type (char *arg, int from_tty)
 }
 
 static void
-show_print_type (char *args, int from_tty)
+show_print_type (const char *args, int from_tty)
 {
   cmd_show_list (showprinttypelist, from_tty, "");
 }
This page took 0.024144 seconds and 4 git commands to generate.