mirror of
https://github.com/hashcat/hashcat
synced 2025-03-01 03:23:02 +01:00
12 lines
165 B
C
12 lines
165 B
C
/**
|
|
* Author......: See docs/credits.txt
|
|
* License.....: MIT
|
|
*/
|
|
|
|
#ifndef _SELFTEST_H
|
|
#define _SELFTEST_H
|
|
|
|
void *thread_selftest (void *p);
|
|
|
|
#endif // _SELFTEST_H
|