]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/inf-child.c
constify to_open
[thirdparty/binutils-gdb.git] / gdb / inf-child.c
index 883ed775eadc8e2afaeb5d707d655f4572e12385..1b929729f117de1a6f13b570011bb5ea58162488 100644 (file)
@@ -133,7 +133,7 @@ inf_child_open_target (struct target_ops *target, const char *arg,
 }
 
 static void
-inf_child_open (char *arg, int from_tty)
+inf_child_open (const char *arg, int from_tty)
 {
   inf_child_open_target (inf_child_ops, arg, from_tty);
 }