Fixed shutdown problems. Everything should properly shut down now.
[rodin/chimara.git] / libchimara / abort.h
index e6ac904d60b25130f958cf75e4e18887980f5b45..c5831663bacb8e966443774a7704f077cf72e206 100644 (file)
@@ -4,7 +4,8 @@
 #include <glib.h>
 
 G_GNUC_INTERNAL void check_for_abort(void);
-G_GNUC_INTERNAL void shutdown_glk(void);
+G_GNUC_INTERNAL void shutdown_glk_pre(void);
+G_GNUC_INTERNAL void shutdown_glk_post(void);
 
 #endif