Constify user_defined_command
[deliverable/binutils-gdb.git] / gdb / cli / cli-script.c
index 37466fd76633f37c0c56ce91251d3de01e7be392..0a93e8b54f4763765f553db1f5e958e8061f9a37 100644 (file)
@@ -1401,7 +1401,7 @@ validate_comname (char **comname)
 
 /* This is just a placeholder in the command data structures.  */
 static void
-user_defined_command (char *ignore, int from_tty)
+user_defined_command (const char *ignore, int from_tty)
 {
 }
 
This page took 0.025645 seconds and 4 git commands to generate.