1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-12 10:48:57 +00:00
hashcat/include/outfile_check.h

14 lines
219 B
C

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _OUTFILE_CHECK_H
#define _OUTFILE_CHECK_H
#define OUTFILES_DIR "outfiles"
void *thread_outfile_remove (void *p);
#endif // _OUTFILE_CHECK_H