From 8a5a8391c195ac46745825634755f41e8e31260c Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Fri, 6 Dec 2013 16:29:43 +0100 Subject: ddb/db_output.c: remove forward declaration * ddb/db_input.h (db_check_interrupt): Add prototype. * ddb/db_output.c: Include ddb/db_input.h. (db_check_interrupt): Remove forward declaration. --- ddb/db_input.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ddb/db_input.h') diff --git a/ddb/db_input.h b/ddb/db_input.h index 316e326..77f07bb 100644 --- a/ddb/db_input.h +++ b/ddb/db_input.h @@ -25,4 +25,6 @@ extern int db_readline (char *lstart, int lsize); +extern void db_check_interrupt(void); + #endif /* _DDB_DB_INPUT_H_ */ -- cgit v1.2.3