mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-21 20:36:09 +00:00
11 lines
196 B
C
11 lines
196 B
C
|
#ifndef CRASHREPORTING_H
|
||
|
#define CRASHREPORTING_H
|
||
|
|
||
|
/**
|
||
|
* @brief Opens issue on Cutter's github page
|
||
|
* with current file and system information.
|
||
|
*/
|
||
|
void openIssue();
|
||
|
|
||
|
#endif // CRASHREPORTING_H
|