Fixed a segfault when opening an invalid window.
[rodin/chimara.git] / src / abort.h
1 #ifndef ABORT_H
2 #define ABORT_H
3
4 void check_for_abort();
5 void signal_abort();
6
7 #endif
8