mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-17 19:21:11 +00:00
14 lines
217 B
C
14 lines
217 B
C
/**
|
|
* Author......: See docs/credits.txt
|
|
* License.....: MIT
|
|
*/
|
|
|
|
#ifndef _OUTFILE_CHECK_H
|
|
#define _OUTFILE_CHECK_H
|
|
|
|
#define OUTFILE_CHECK_TIMER 5
|
|
|
|
void *thread_outfile_remove (void *p);
|
|
|
|
#endif // _OUTFILE_CHECK_H
|