Added RPM package building. Configure with --enable-gtk-doc --enable-rpm and then...
[rodin/chimara.git] / libchimara / abort.h
1 #ifndef ABORT_H
2 #define ABORT_H
3
4 #include <glib.h>
5
6 G_GNUC_INTERNAL void check_for_abort(void);
7 G_GNUC_INTERNAL void shutdown_glk(void);
8
9 #endif
10