Add some more returncode checks

This commit is contained in:
jsteube
2016-10-15 19:47:53 +02:00
parent bfbc4279f4
commit 7bcbbbea74
3 changed files with 21 additions and 7 deletions

View File

@@ -6,6 +6,6 @@
#ifndef _WEAK_HASH_H
#define _WEAK_HASH_H
void weak_hash_check (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, const u32 salt_pos);
int weak_hash_check (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, const u32 salt_pos);
#endif // _WEAK_HASH_H