1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 20:39:17 +00:00
hashcat/include/dispatch.h

13 lines
220 B
C
Raw Normal View History

2016-09-15 02:29:22 +00:00
/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _DISPATCH_H
#define _DISPATCH_H
HC_API_CALL void *thread_calc_stdin (void *p);
HC_API_CALL void *thread_calc (void *p);
2016-09-15 02:29:22 +00:00
#endif // _DISPATCH_H