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:
parent
ea795ef5ab
commit
494c2724f5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user