Add target_ops argument to to_close
[deliverable/binutils-gdb.git] / gdb / ctf.c
index 71453dfe324359d01ffbf47f6ee0d5f60f793dd8..38c8abb781284261f945aa49c157605d22f0a8fc 100644 (file)
--- a/gdb/ctf.c
+++ b/gdb/ctf.c
@@ -1204,7 +1204,7 @@ ctf_open (char *dirname, int from_tty)
    CTF iterator and context.  */
 
 static void
-ctf_close (void)
+ctf_close (struct target_ops *self)
 {
   int pid;
 
This page took 0.025302 seconds and 4 git commands to generate.