Remove args from target detach
[deliverable/binutils-gdb.git] / gdb / record.h
index 8dae4c6775f461ed177bb0c1cae97a2baeb295ea..a0ca84dff3aee67102b1d8fa3468f4c6b0e459f0 100644 (file)
@@ -88,7 +88,7 @@ extern void record_goto (const char *arg);
 extern void record_disconnect (struct target_ops *, const char *, int);
 
 /* The default "to_detach" target method for record targets.  */
-extern void record_detach (struct target_ops *, const char *, int);
+extern void record_detach (struct target_ops *, int);
 
 /* The default "to_mourn_inferior" target method for record targets.  */
 extern void record_mourn_inferior (struct target_ops *);
This page took 0.027082 seconds and 4 git commands to generate.