blob: 2fbfc9bacb0df534e4bc4b1f41281ab87de3298f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#include <stdbool.h>
#include <stdint.h>
extern bool PLCrashReportStart(const char *version, const char *basePath);
extern void PLCrashReportHandler(void *context);
extern void PLCrashReportGenerate();
extern void *PLCrashReportLoadPending();
extern uint16_t copyCrashReportPath(char *buf[1024]);
|