Constify execute_command
[deliverable/binutils-gdb.git] / gdb / cli / cli-script.h
index 234faf7c0b52489ccdc530fdfe15e6ed1fbe62ef..eaca0cd180c565153ddd317593a1da0a0e12e88b 100644 (file)
@@ -122,7 +122,7 @@ extern command_line_up copy_command_lines (struct command_line *cmds);
 
 /* Exported to gdb/infrun.c */
 
-extern void execute_user_command (struct cmd_list_element *c, char *args);
+extern void execute_user_command (struct cmd_list_element *c, const char *args);
 
 /* If we're in a user-defined command, replace any $argc/$argN
    reference found in LINE with the arguments that were passed to the
This page took 0.024356 seconds and 4 git commands to generate.