mirror of
https://github.com/hashcat/hashcat.git
synced 2024-10-31 20:48:57 +00:00
77daf05dd0
On 32-bit MinGW, clang was throwing errors about this. 64-bit MinGW and regular MSYS does not throw warnings after the change.
12 lines
177 B
C
12 lines
177 B
C
/**
|
|
* Author......: See docs/credits.txt
|
|
* License.....: MIT
|
|
*/
|
|
|
|
#ifndef _AUTOTUNE_H
|
|
#define _AUTOTUNE_H
|
|
|
|
HC_API_CALL void *thread_autotune (void *p);
|
|
|
|
#endif // _AUTOTUNE_H
|