* Refactored the cancel_line_input_request code to be less copy/pasted.
[rodin/chimara.git] / src / abort.h
1 #ifndef ABORT_H
2 #define ABORT_H
3
4 G_GNUC_INTERNAL void check_for_abort();
5 G_GNUC_INTERNAL void signal_abort();
6
7 #endif
8