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

12 lines
165 B
C
Raw Normal View History

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _SELFTEST_H
#define _SELFTEST_H
void *thread_selftest (void *p);
#endif // _SELFTEST_H