mirror of
https://github.com/hashcat/hashcat
synced 2025-04-20 21:55:56 +02: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
|