Move more status display calculate logic into separate functions

This commit is contained in:
jsteube
2016-10-17 13:44:07 +02:00
parent bb98a8c8e1
commit b044271b01
12 changed files with 797 additions and 513 deletions
+2
View File
@@ -6,6 +6,8 @@
#ifndef _MONITOR_H
#define _MONITOR_H
int get_runtime_left (const hashcat_ctx_t *hashcat_ctx);
void *thread_monitor (void *p);
#endif // _MONITOR_H