Remove stubs, const fix
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
void ForceCrashHandler( const char *reason );
|
||||
struct BacktraceContext;
|
||||
void ForceCrashHandlerDeadlock( CString reason, const BacktraceContext *ctx );
|
||||
void ForceCrashHandlerDeadlock( const CString& reason, const BacktraceContext *ctx );
|
||||
void ForceCrashHandlerDeadlock( CString reason, uint64_t CrashHandle );
|
||||
void CrashHandlerHandleArgs( int argc, char* argv[] );
|
||||
void InitializeCrashHandler();
|
||||
|
||||
Reference in New Issue
Block a user