mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-13 19:28:56 +00:00
12 lines
161 B
C
12 lines
161 B
C
|
/**
|
||
|
* Author......: See docs/credits.txt
|
||
|
* License.....: MIT
|
||
|
*/
|
||
|
|
||
|
#ifndef _MONITOR_H
|
||
|
#define _MONITOR_H
|
||
|
|
||
|
void *thread_monitor (void *p);
|
||
|
|
||
|
#endif // _MONITOR_H
|