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

12 lines
165 B
C
Raw Normal View History

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