hashcat/include/induct.h

20 lines
404 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_INDUCT_H
#define HC_INDUCT_H
2016-09-11 11:42:19 +02:00
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
static const char INDUCT_DIR[] = "induct";
2016-10-06 16:46:08 +02:00
int induct_ctx_init (hashcat_ctx_t *hashcat_ctx);
void induct_ctx_scan (hashcat_ctx_t *hashcat_ctx);
void induct_ctx_destroy (hashcat_ctx_t *hashcat_ctx);
#endif // HC_INDUCT_H