1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-05 06:58:56 +00:00
hashcat/include/monitor.h

16 lines
313 B
C
Raw Normal View History

2016-09-15 02:29:22 +00:00
/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef HC_MONITOR_H
#define HC_MONITOR_H
2016-09-15 02:29:22 +00:00
#define STDIN_TIMEOUT_WARN 20 // warn if no input from stdin for x seconds
int get_runtime_left (const hashcat_ctx_t *hashcat_ctx);
HC_API_CALL void *thread_monitor (void *p);
2016-09-15 02:29:22 +00:00
#endif // HC_MONITOR_H