Constify info_probes_dtrace_command
[deliverable/binutils-gdb.git] / gdb / dtrace-probe.c
index 5a4daa3c6be1fbe0042265f1bd38e0e41d570bbd..2bbe03e4b30d9cfddc9dda432fc698dea61f3aa6 100644 (file)
@@ -904,7 +904,7 @@ const struct probe_ops dtrace_probe_ops =
 /* Implementation of the `info probes dtrace' command.  */
 
 static void
-info_probes_dtrace_command (char *arg, int from_tty)
+info_probes_dtrace_command (const char *arg, int from_tty)
 {
   info_probes_for_ops (arg, from_tty, &dtrace_probe_ops);
 }
This page took 0.025474 seconds and 4 git commands to generate.