summaryrefslogtreecommitdiff
path: root/gdb/dummy-frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dummy-frame.h')
-rw-r--r--gdb/dummy-frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dummy-frame.h b/gdb/dummy-frame.h
index 07f8f5a57fa..26c2522a7cf 100644
--- a/gdb/dummy-frame.h
+++ b/gdb/dummy-frame.h
@@ -30,6 +30,6 @@ struct frame_id;
/* If the PC falls in a dummy frame, return a dummy frame
unwinder. */
-extern const struct frame_unwind *dummy_frame_sniffer (struct frame_info *next_frame);
+extern const struct frame_unwind *const dummy_frame_unwind;
#endif /* !defined (DUMMY_FRAME_H) */