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

12 lines
177 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
HC_API_CALL void *thread_autotune (void *p);
2016-09-15 04:00:47 +02:00
2016-09-11 11:42:19 +02:00
#endif // _AUTOTUNE_H