Add target_ops argument to to_close
[deliverable/binutils-gdb.git] / gdb / remote-mips.c
index 6109e64bf6d05d503391df0510822ba9b4190a4c..8dde5cc210ffb3a10719f31c34de9e2281853c18 100644 (file)
@@ -84,7 +84,7 @@ static void ddb_open (char *name, int from_tty);
 
 static void lsi_open (char *name, int from_tty);
 
-static void mips_close (void);
+static void mips_close (struct target_ops *self);
 
 static int mips_map_regno (struct gdbarch *, int);
 
@@ -1732,7 +1732,7 @@ lsi_open (char *name, int from_tty)
 /* Close a connection to the remote board.  */
 
 static void
-mips_close (void)
+mips_close (struct target_ops *self)
 {
   if (mips_is_open)
     {
This page took 0.023818 seconds and 4 git commands to generate.