Eliminated warnings about static functions declared with G_GNUC_INTERNAL
[rodin/chimara.git] / src / abort.h
index ada26ac0cd5133a13201911d5849551d45408d38..1ba2bcceb14b7ca475e161d04d3497a54b2714a2 100644 (file)
@@ -1,11 +1,8 @@
 #ifndef ABORT_H
 #define ABORT_H
 
-void interrupt_init();
-void interrupt_free();
-void cleanup();
-void check_for_abort();
-void signal_abort();
+G_GNUC_INTERNAL void check_for_abort();
+G_GNUC_INTERNAL void signal_abort();
 
 #endif