1
mirror of https://github.com/hashcat/hashcat synced 2025-03-19 06:14:22 +01:00

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