summaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2012-10-19 18:59:48 +0000
committerHisham Muhammad <hisham@gobolinux.org>2012-10-19 18:59:48 +0000
commit1b21827f1f875692e14ee5ac9b22f3fd69fd8593 (patch)
tree7746d8fe6864bfa47292caa65aa8fb944d1eb752 /CRT.h
parent47e881f460cfb441be64a1ff17295357fb02d0ad (diff)
Fail gracefully when /proc is not mounted
(thanks to Philipp Hagemeister)
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/CRT.h b/CRT.h
index 1fe3d248..7916b16d 100644
--- a/CRT.h
+++ b/CRT.h
@@ -119,6 +119,8 @@ void CRT_init(int delay, int colorScheme);
void CRT_done();
+void CRT_fatalError(const char* note);
+
int CRT_readKey();
void CRT_disableDelay();

© 2014-2024 Faster IT GmbH | imprint | privacy policy