Constify add_setshow_*
[deliverable/binutils-gdb.git] / gdb / corefile.c
index b9d95c07dbde272babac2943bc605e7b92e904ca..686603aaa8ac5a37c2c04cfed187c4a49d34435c 100644 (file)
@@ -452,11 +452,8 @@ show_gnutarget_string (struct ui_file *file, int from_tty,
                    _("The current BFD target is \"%s\".\n"), value);
 }
 
-static void set_gnutarget_command (char *, int,
-                                  struct cmd_list_element *);
-
 static void
-set_gnutarget_command (char *ignore, int from_tty,
+set_gnutarget_command (const char *ignore, int from_tty,
                       struct cmd_list_element *c)
 {
   char *gend = gnutarget_string + strlen (gnutarget_string);
This page took 0.023835 seconds and 4 git commands to generate.