Returncode: Added dedicated returncode (see docs/status_codes.txt) for shutdowns caused by --runtime and checkpoint keypress

This commit is contained in:
jsteube
2017-01-06 08:45:40 +01:00
parent ae5b75d65c
commit c7999c66bc
8 changed files with 73 additions and 25 deletions
+2
View File
@@ -57,6 +57,8 @@ void hc_signal (void (callback) (int));
*/
int mycracked (hashcat_ctx_t *hashcat_ctx);
int myabort_runtime (hashcat_ctx_t *hashcat_ctx);
int myabort_checkpoint (hashcat_ctx_t *hashcat_ctx);
int myabort (hashcat_ctx_t *hashcat_ctx);
int myquit (hashcat_ctx_t *hashcat_ctx);
int bypass (hashcat_ctx_t *hashcat_ctx);