X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fabort.h;h=c5831663bacb8e966443774a7704f077cf72e206;hb=634693fc827c6ef7ce2f324e4950b6d7354c394d;hp=f075550c4d194e3c7792f78fd0d1faa7d1b77670;hpb=db8dde85ef01518d74df205d083ba1fb501b21c9;p=rodin%2Fchimara.git diff --git a/libchimara/abort.h b/libchimara/abort.h index f075550..c583166 100644 --- a/libchimara/abort.h +++ b/libchimara/abort.h @@ -1,7 +1,11 @@ #ifndef ABORT_H #define ABORT_H -G_GNUC_INTERNAL void check_for_abort(); +#include + +G_GNUC_INTERNAL void check_for_abort(void); +G_GNUC_INTERNAL void shutdown_glk_pre(void); +G_GNUC_INTERNAL void shutdown_glk_post(void); #endif