source:
psi/trunk/src/tools/crash/crash.h
Last change on this file was 2, checked in by , 19 years ago | |
---|---|
File size: 134 bytes |
Line | |
---|---|
1 | #ifndef CRASH_H |
2 | #define CRASH_H |
3 | |
4 | #include <qstring.h> |
5 | |
6 | namespace Crash { |
7 | |
8 | void registerSigsegvHandler(QString progname); |
9 | |
10 | }; |
11 | |
12 | #endif |
Note:
See TracBrowser
for help on using the repository browser.