Constify add_setshow_*
[deliverable/binutils-gdb.git] / gdb / agent.c
index c0f10aa702d21d0e8648908495cfc6975ff92cc4..f04845e998507545092451b6ff4ede7af800ae81 100644 (file)
@@ -44,7 +44,7 @@ show_can_use_agent (struct ui_file *file, int from_tty,
 }
 
 static void
-set_can_use_agent (char *args, int from_tty, struct cmd_list_element *c)
+set_can_use_agent (const char *args, int from_tty, struct cmd_list_element *c)
 {
   if (target_use_agent (can_use_agent == can_use_agent_on) == 0)
     /* Something wrong during setting, set flag to default value.  */
This page took 0.024116 seconds and 4 git commands to generate.