X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fabort.h;h=c5831663bacb8e966443774a7704f077cf72e206;hb=1589fbfcd406df40d8da4f078dad3327c4862871;hp=e6ac904d60b25130f958cf75e4e18887980f5b45;hpb=e2d37dd2a4ba25dde875cdcb7d79e8115dc95d06;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/abort.h b/libchimara/abort.h index e6ac904..c583166 100644 --- a/libchimara/abort.h +++ b/libchimara/abort.h @@ -4,7 +4,8 @@ #include G_GNUC_INTERNAL void check_for_abort(void); -G_GNUC_INTERNAL void shutdown_glk(void); +G_GNUC_INTERNAL void shutdown_glk_pre(void); +G_GNUC_INTERNAL void shutdown_glk_post(void); #endif