1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-03-22 10:25:43 +00:00
hashcat/include/outfile_check.h

14 lines
217 B
C
Raw Normal View History

2016-09-11 09:42:19 +00:00
/**
* Author......: See docs/credits.txt
2016-09-11 09:42:19 +00:00
* License.....: MIT
*/
#ifndef _OUTFILE_CHECK_H
#define _OUTFILE_CHECK_H
#define OUTFILE_CHECK_TIMER 5
void *thread_outfile_remove (void *p);
2016-09-11 09:42:19 +00:00
#endif // _OUTFILE_CHECK_H