/** * Author......: See docs/credits.txt * License.....: MIT */ #ifndef _OUTFILE_CHECK_H #define _OUTFILE_CHECK_H #include #include #define OUTFILES_DIR "outfiles" HC_API_CALL void *thread_outfile_remove (void *p); int outcheck_ctx_init (hashcat_ctx_t *hashcat_ctx); void outcheck_ctx_destroy (hashcat_ctx_t *hashcat_ctx); #endif // _OUTFILE_CHECK_H