git: Line endings of README.txt
[projects/chimara/chimara.git] / libchimara / abort.h
index f075550c4d194e3c7792f78fd0d1faa7d1b77670..c5831663bacb8e966443774a7704f077cf72e206 100644 (file)
@@ -1,7 +1,11 @@
 #ifndef ABORT_H
 #define ABORT_H
 
-G_GNUC_INTERNAL void check_for_abort();
+#include <glib.h>
+
+G_GNUC_INTERNAL void check_for_abort(void);
+G_GNUC_INTERNAL void shutdown_glk_pre(void);
+G_GNUC_INTERNAL void shutdown_glk_post(void);
 
 #endif