1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-10 18:08:56 +00:00
hashcat/include/outfile_check.h

14 lines
219 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
2016-09-16 15:01:18 +00:00
#define OUTFILES_DIR "outfiles"
void *thread_outfile_remove (void *p);
2016-09-11 09:42:19 +00:00
#endif // _OUTFILE_CHECK_H