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

12 lines
190 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 HC_BENCHMARK_H
#define HC_BENCHMARK_H
2016-09-11 11:42:19 +02:00
int benchmark_next (hashcat_ctx_t *hashcat_ctx);
2016-10-30 10:55:27 -07:00
#endif // HC_BENCHMARK_H