Fix build without libexpat
[deliverable/binutils-gdb.git] / gdb / ppcbug-rom.c
index 3038713703fdfe37efa28d82a1d38fffe2ab33a4..f1740d189f98fbe434e5e79b7032ea2b6a93f00c 100644 (file)
@@ -184,13 +184,13 @@ static struct monitor_ops ppcbug_cmds0;
 static struct monitor_ops ppcbug_cmds1;
 
 static void
-ppcbug_open0 (char *args, int from_tty)
+ppcbug_open0 (const char *args, int from_tty)
 {
   monitor_open (args, &ppcbug_cmds0, from_tty);
 }
 
 static void
-ppcbug_open1 (char *args, int from_tty)
+ppcbug_open1 (const char *args, int from_tty)
 {
   monitor_open (args, &ppcbug_cmds1, from_tty);
 }
This page took 0.02509 seconds and 4 git commands to generate.