2024-01-19 03:51:44 +02:00

16 lines
197 B
C++

#ifndef _CRASH_PRINTER_LINUX
#define _CRASH_PRINTER_LINUX
#include <string>
namespace crash_printer {
bool init(const std::string &log_file);
void deinit();
}
#endif // _CRASH_PRINTER_LINUX