X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fabort.h;h=e6ac904d60b25130f958cf75e4e18887980f5b45;hb=b1a03904003733d21bf579e37316cc2906eb7e49;hp=1ba2bcceb14b7ca475e161d04d3497a54b2714a2;hpb=0b85f1dd5993e2ed111ec2ba13bbbb4ebda06ada;p=rodin%2Fchimara.git diff --git a/libchimara/abort.h b/libchimara/abort.h index 1ba2bcc..e6ac904 100644 --- a/libchimara/abort.h +++ b/libchimara/abort.h @@ -1,8 +1,10 @@ #ifndef ABORT_H #define ABORT_H -G_GNUC_INTERNAL void check_for_abort(); -G_GNUC_INTERNAL void signal_abort(); +#include + +G_GNUC_INTERNAL void check_for_abort(void); +G_GNUC_INTERNAL void shutdown_glk(void); #endif