git: Line endings of README.txt
[projects/chimara/chimara.git] / libchimara / abort.h
index 1ba2bcceb14b7ca475e161d04d3497a54b2714a2..c5831663bacb8e966443774a7704f077cf72e206 100644 (file)
@@ -1,8 +1,11 @@
 #ifndef ABORT_H
 #define ABORT_H
 
-G_GNUC_INTERNAL void check_for_abort();
-G_GNUC_INTERNAL void signal_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