1
mirror of https://github.com/hashcat/hashcat synced 2024-11-24 14:27:14 +01:00
hashcat/include/autotune.h

12 lines
165 B
C

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _AUTOTUNE_H
#define _AUTOTUNE_H
void *thread_autotune (void *p);
#endif // _AUTOTUNE_H