Add target_ops argument to to_close
[deliverable/binutils-gdb.git] / gdb / go32-nat.c
index 7dc6307c708a2508b9dbcd164032e98eeb0a5f18..1529cc3d5aee42c8f4fb630abf40e696d731eeaf 100644 (file)
@@ -234,7 +234,6 @@ static int dr_ref_count[4];
 #define SOME_PID 42
 
 static int prog_has_started = 0;
-
 static void go32_mourn_inferior (struct target_ops *ops);
 
 static struct target_ops go32_ops;
@@ -347,7 +346,7 @@ go32_open (char *name, int from_tty)
 }
 
 static void
-go32_close (void)
+go32_close (struct target_ops *self)
 {
 }
 
This page took 0.024339 seconds and 4 git commands to generate.