You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hashcat/include/dispatch.h

13 lines
196 B

/**
* 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