diff options
Diffstat (limited to 'gdb/probe.h')
-rw-r--r-- | gdb/probe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/probe.h b/gdb/probe.h index aa8aba8..b4ff0a6 100644 --- a/gdb/probe.h +++ b/gdb/probe.h @@ -230,7 +230,7 @@ extern VEC (probe_p) *find_probes_in_objfile (struct objfile *objfile, function that can be used by the probe backends to print their `info probe TYPE'. */ -extern void info_probes_for_ops (char *arg, int from_tty, +extern void info_probes_for_ops (const char *arg, int from_tty, const struct probe_ops *pops); /* Return the `cmd_list_element' associated with the `info probes' command, |