From c47bf59c3d75b77b6cd0f242ffb471fcfbf68e1b Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Fri, 29 Nov 2013 22:53:37 +0100 Subject: ddb/db_trap.c: remove forward declarations * ddb/db_run.h (db_restart_at_pc, db_stop_at_pc): Add prototypes. * ddb/db_trap.c (db_restart_at_pc, db_stop_at_pc): Remove forward declarations. Include ddb/db_run.h. --- ddb/db_trap.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ddb/db_trap.c') diff --git a/ddb/db_trap.c b/ddb/db_trap.c index 8f59a367..d2abfbda 100644 --- a/ddb/db_trap.c +++ b/ddb/db_trap.c @@ -43,13 +43,11 @@ #include #include #include +#include extern jmp_buf_t *db_recover; -extern void db_restart_at_pc(); -extern boolean_t db_stop_at_pc(); - extern int db_inst_count; extern int db_load_count; extern int db_store_count; -- cgit v1.2.3