fixing the crash on exit

This commit is contained in:
pwpiwi 2017-06-01 15:35:19 +02:00
commit 5acd195d0f
7 changed files with 75 additions and 49 deletions

View file

@ -16,8 +16,17 @@
#define PROXPROMPT "proxmark3> "
#ifdef __cplusplus
extern "C" {
#endif
void SendCommand(UsbCommand *c);
const char *get_my_executable_path(void);
const char *get_my_executable_directory(void);
void main_loop(char *script_cmds_file, bool usb_present);
#ifdef __cplusplus
}
#endif
#endif