1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

Add some types for later use

This commit is contained in:
jsteube 2017-12-09 21:39:10 +01:00
parent ea795ef5ab
commit 494c2724f5

View File

@ -1248,6 +1248,14 @@ typedef struct dictstat
} dictstat_t;
typedef struct hashdump
{
int version;
hashes_t hashes;
} hashdump_t;
typedef struct dictstat_ctx
{
bool enabled;