1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-10 18:08:56 +00:00
hashcat/include/autotune.h

12 lines
165 B
C
Raw Normal View History

2016-09-11 09:42:19 +00:00
/**
* Author......: See docs/credits.txt
2016-09-11 09:42:19 +00:00
* License.....: MIT
*/
#ifndef _AUTOTUNE_H
#define _AUTOTUNE_H
2016-09-15 02:00:47 +00:00
void *thread_autotune (void *p);
2016-09-11 09:42:19 +00:00
#endif // _AUTOTUNE_H