mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-17 13:31:58 +00:00
12 lines
177 B
C
12 lines
177 B
C
/**
|
|
* Author......: See docs/credits.txt
|
|
* License.....: MIT
|
|
*/
|
|
|
|
#ifndef _OUTFILE_CHECK_H
|
|
#define _OUTFILE_CHECK_H
|
|
|
|
#define OUTFILE_CHECK_TIMER 5
|
|
|
|
#endif // _OUTFILE_CHECK_H
|