Eventual fix for #1263

This commit is contained in:
jsteube
2017-05-30 12:15:55 +02:00
parent 2dcad3f0ee
commit 0cce17d268
4 changed files with 53 additions and 25 deletions
+1 -1
View File
@@ -91,6 +91,6 @@ void status_progress_reset (hashcat_ctx_t *hashcat_ctx);
int status_ctx_init (hashcat_ctx_t *hashcat_ctx);
void status_ctx_destroy (hashcat_ctx_t *hashcat_ctx);
void status_status_destroy (hashcat_status_t *status_ctx);
void status_status_destroy (hashcat_ctx_t *hashcat_ctx, hashcat_status_t *status_ctx);
#endif // _STATUS_H