1
mirror of https://github.com/hashcat/hashcat synced 2025-01-03 11:16:23 +01:00
hashcat/include/dispatch.h

13 lines
196 B
C
Raw Normal View History

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