Added status_get_input_candidates_dev() to status.c

This commit is contained in:
jsteube
2016-10-17 16:46:16 +02:00
parent 8d81d3bd55
commit 2b28010aae
5 changed files with 91 additions and 82 deletions
+1
View File
@@ -25,6 +25,7 @@ int status_get_input_mode (const hashcat_ctx_t *hashcat_ctx)
char *status_get_input_base (const hashcat_ctx_t *hashcat_ctx);
char *status_get_input_mod (const hashcat_ctx_t *hashcat_ctx);
char *status_get_input_charset (const hashcat_ctx_t *hashcat_ctx);
char *status_get_input_candidates_dev (const hashcat_ctx_t *hashcat_ctx, const int device_id);
char *status_get_hash_type (const hashcat_ctx_t *hashcat_ctx);
char *status_get_hash_target (const hashcat_ctx_t *hashcat_ctx);
int status_get_digests_done (const hashcat_ctx_t *hashcat_ctx);
+1
View File
@@ -1486,6 +1486,7 @@ typedef struct
double hashes_msec_dev;
double exec_msec_dev;
char *speed_sec_dev;
char *input_candidates_dev;
} device_info_t;