summaryrefslogtreecommitdiffstats
path: root/CRT.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-04-24 12:17:11 -0300
committerHisham Muhammad <hisham@gobolinux.org>2014-04-24 12:17:11 -0300
commit6fbc5a31dae4a3ecef3cbc0a87dc6f6d0855917c (patch)
tree36106933ac258cabcdb8de875da6328a067aae44 /CRT.c
parent446d86c7a24382c13103ca11c09bba69b61aafce (diff)
Report this as an exit function.
Diffstat (limited to 'CRT.c')
-rw-r--r--CRT.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/CRT.c b/CRT.c
index 5b308e56..0685df47 100644
--- a/CRT.c
+++ b/CRT.c
@@ -107,6 +107,8 @@ typedef enum ColorElements_ {
LAST_COLORELEMENT
} ColorElements;
+void CRT_fatalError(const char* note) __attribute__ ((noreturn));
+
}*/
// TODO: centralize these in Settings.

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