Added RPM package building. Configure with --enable-gtk-doc --enable-rpm and then...
[rodin/chimara.git] / libchimara / abort.h
index 1ba2bcceb14b7ca475e161d04d3497a54b2714a2..e6ac904d60b25130f958cf75e4e18887980f5b45 100644 (file)
@@ -1,8 +1,10 @@
 #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(void);
 
 #endif