1
mirror of https://github.com/hashcat/hashcat synced 2024-12-23 14:13:43 +01:00
hashcat/include/autotune.h

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