source:
psi/trunk/src/tools/crash/crash.h@
50
| Last change on this file since 50 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.
