gdb/mi: make current_token a field of mi_interp
[binutils-gdb.git] / gdb / bfd-target.h
index d77f0367fd51a936733c279e5472096f96022158..eb33374c6ea74bf08828e4b94b7ff696a95f0fb7 100644 (file)
@@ -25,6 +25,6 @@
 struct target_ops;
 
 /* Given an existing BFD, re-open it as a "struct target_ops".  */
-struct target_ops *target_bfd_reopen (const gdb_bfd_ref_ptr &bfd);
+target_ops_up target_bfd_reopen (const gdb_bfd_ref_ptr &bfd);
 
 #endif