Add target_ops argument to to_terminal_inferior
[deliverable/binutils-gdb.git] / gdb / target.h
index 661b8e91aab634250f639b1af30aad2059d41692..bb68ac0bedfd5bdd7bfc465136a1d15d9c1981d4 100644 (file)
@@ -488,7 +488,7 @@ struct target_ops
     int (*to_masked_watch_num_registers) (struct target_ops *,
                                          CORE_ADDR, CORE_ADDR);
     void (*to_terminal_init) (struct target_ops *);
-    void (*to_terminal_inferior) (void);
+    void (*to_terminal_inferior) (struct target_ops *);
     void (*to_terminal_ours_for_output) (void);
     void (*to_terminal_ours) (void);
     void (*to_terminal_save_ours) (void);
This page took 0.025258 seconds and 4 git commands to generate.