X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fabort.h;h=1ba2bcceb14b7ca475e161d04d3497a54b2714a2;hb=c98ccb87aa2581cbcd0458682727274b6e9a8cf7;hp=1420b96db6349d9fd52fe1a71e6dcded329be1b8;hpb=46974bb948c0a7ca82b476a578b6199e438bab41;p=rodin%2Fchimara.git diff --git a/src/abort.h b/src/abort.h index 1420b96..1ba2bcc 100644 --- a/src/abort.h +++ b/src/abort.h @@ -1,8 +1,8 @@ #ifndef ABORT_H #define ABORT_H -void check_for_abort(); -void signal_abort(); +G_GNUC_INTERNAL void check_for_abort(); +G_GNUC_INTERNAL void signal_abort(); #endif