gdb/
[deliverable/binutils-gdb.git] / gdb / defs.h
index 9b2decd879e3216b7887533d03a63d356b6654dd..c568a125d73c65bdd851fc971423e25d7172d621 100644 (file)
@@ -352,6 +352,9 @@ extern struct cleanup *make_cleanup_obstack_free (struct obstack *obstack);
 
 extern struct cleanup *make_cleanup_restore_integer (int *variable);
 
+struct target_ops;
+extern struct cleanup *make_cleanup_unpush_target (struct target_ops *ops);
+
 extern struct cleanup *make_final_cleanup (make_cleanup_ftype *, void *);
 
 extern struct cleanup *make_my_cleanup (struct cleanup **,
This page took 0.02488 seconds and 4 git commands to generate.