Update induct.c function parameters
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
|
||||
static const char INDUCT_DIR[] = "induct";
|
||||
|
||||
int induct_ctx_init (induct_ctx_t *induct_ctx, const user_options_t *user_options, const folder_config_t *folder_config, const status_ctx_t *status_ctx);
|
||||
void induct_ctx_scan (induct_ctx_t *induct_ctx);
|
||||
void induct_ctx_cleanup (induct_ctx_t *induct_ctx);
|
||||
void induct_ctx_destroy (induct_ctx_t *induct_ctx);
|
||||
int induct_ctx_init (hashcat_ctx_t *hashcat_ctx);
|
||||
void induct_ctx_scan (hashcat_ctx_t *hashcat_ctx);
|
||||
void induct_ctx_cleanup (hashcat_ctx_t *hashcat_ctx);
|
||||
void induct_ctx_destroy (hashcat_ctx_t *hashcat_ctx);
|
||||
|
||||
#endif // _INDUCT_H
|
||||
|
||||
Reference in New Issue
Block a user