1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-10 09:58:57 +00:00
hashcat/include/monitor.h

12 lines
161 B
C
Raw Normal View History

2016-09-15 02:29:22 +00:00
/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _MONITOR_H
#define _MONITOR_H
void *thread_monitor (void *p);
#endif // _MONITOR_H