X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fabort.h;h=c5831663bacb8e966443774a7704f077cf72e206;hb=cdb84c7c776f214f41ba1a509efb2494e7ed1baf;hp=f075550c4d194e3c7792f78fd0d1faa7d1b77670;hpb=d5610e149e0384a24d00727a5815df12e85de026;p=projects%2Fchimara%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