source: psi/trunk/src/tools/crash/crash.h

Last change on this file was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 134 bytes
Line 
1#ifndef CRASH_H
2#define CRASH_H
3
4#include <qstring.h>
5
6namespace Crash {
7
8 void registerSigsegvHandler(QString progname);
9
10};
11
12#endif
Note: See TracBrowser for help on using the repository browser.