diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-12-06 16:29:43 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-09 00:34:05 +0900 |
commit | 8a5a8391c195ac46745825634755f41e8e31260c (patch) | |
tree | dae12cd592677d661c1819915bbad92284bdf182 /ddb/db_input.h | |
parent | 1e10bea11c5e4789fa36592998312d84efe09158 (diff) | |
download | gnumach-8a5a8391c195ac46745825634755f41e8e31260c.tar.gz gnumach-8a5a8391c195ac46745825634755f41e8e31260c.tar.bz2 gnumach-8a5a8391c195ac46745825634755f41e8e31260c.zip |
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.
Diffstat (limited to 'ddb/db_input.h')
-rw-r--r-- | ddb/db_input.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ddb/db_input.h b/ddb/db_input.h index 316e3268..77f07bb6 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_ */ |