summaryrefslogtreecommitdiff
path: root/ddb/db_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_input.h')
-rw-r--r--ddb/db_input.h2
1 files changed, 2 insertions, 0 deletions
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_ */