git: Line endings of README.txt
[projects/chimara/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_pre(void);
8 G_GNUC_INTERNAL void shutdown_glk_post(void);
9
10 #endif
11