Constify add_prefix_cmd
[deliverable/binutils-gdb.git] / gdb / ser-tcp.c
index c5bc6bdd11672c37acef79cc9198654980bde2f4..7ff588b09d54040d0cb37096d2d7575de25c50ad 100644 (file)
@@ -368,13 +368,13 @@ ser_tcp_send_break (struct serial *scb)
 /* Support for "set tcp" and "show tcp" commands.  */
 
 static void
-set_tcp_cmd (char *args, int from_tty)
+set_tcp_cmd (const char *args, int from_tty)
 {
   help_list (tcp_set_cmdlist, "set tcp ", all_commands, gdb_stdout);
 }
 
 static void
-show_tcp_cmd (char *args, int from_tty)
+show_tcp_cmd (const char *args, int from_tty)
 {
   help_list (tcp_show_cmdlist, "show tcp ", all_commands, gdb_stdout);
 }
This page took 0.0243 seconds and 4 git commands to generate.