constify to_open
[deliverable/binutils-gdb.git] / gdb / dink32-rom.c
index 52d428de0675ccf510f8a39d44169f005263edcd..9ab81ae553194d8bad761903d8df7274d1ba9a93 100644 (file)
@@ -26,8 +26,6 @@
 #include "inferior.h"
 #include "regcache.h"
 
-static void dink32_open (char *args, int from_tty);
-
 static void
 dink32_supply_register (struct regcache *regcache, char *regname,
                        int regnamelen, char *val, int vallen)
@@ -123,7 +121,7 @@ static char *dink32_inits[] =
 static struct monitor_ops dink32_cmds;
 
 static void
-dink32_open (char *args, int from_tty)
+dink32_open (const char *args, int from_tty)
 {
   monitor_open (args, &dink32_cmds, from_tty);
 }
This page took 0.02516 seconds and 4 git commands to generate.