1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Merge pull request #2775 from ventaquil/include-typing-fix

Change typedef hashconfig_t
This commit is contained in:
Jens Steube 2021-04-27 20:01:08 +02:00 committed by GitHub
commit d0225ecd0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -935,7 +935,7 @@ typedef struct hashes
} hashes_t;
struct hashconfig
typedef struct hashconfig
{
char separator;
@ -1009,9 +1009,7 @@ struct hashconfig
bool forced_jit_compile;
u32 pwdump_column;
};
typedef struct hashconfig hashconfig_t;
} hashconfig_t;
typedef struct pw_pre
{