struct frame_info;
struct regcache;
+struct frame_id;
/* GENERIC DUMMY FRAMES
/* Assuming that FRAME is a dummy, return the ID of the calling frame
(the frame that the dummy has the saved state of). */
-extern struct frame_id dummy_frame_id_unwind (struct frame_info *frame,
- void **unwind_cache);
+extern void dummy_frame_id_unwind (struct frame_info *frame,
+ void **unwind_cache,
+ struct frame_id *id);
/* Does the PC fall in a dummy frame?