Merge branch 'bug_537_vobsub' of git.opendreambox.org:/git/enigma2 into bug_537_vobsub
[enigma2.git] / main / bsod.h
1 #ifndef __main_bsod_h
2 #define __main_bsod_h
3
4 void bsodLogInit();
5 void bsodCatchSignals();
6 void bsodFatal(const char *component);
7
8 #endif