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/induct.h

18 lines
273 B

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _INDUCT_H
#define _INDUCT_H
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#define INDUCT_DIR "induct"
int sort_by_mtime (const void *p1, const void *p2);
#endif // _INDUCT_H