Eliminated warnings about static functions declared with G_GNUC_INTERNAL
[rodin/chimara.git] / src / abort.h
index 1420b96db6349d9fd52fe1a71e6dcded329be1b8..1ba2bcceb14b7ca475e161d04d3497a54b2714a2 100644 (file)
@@ -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