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