Update outfile_check.c function parameters

This commit is contained in:
jsteube
2016-10-06 16:43:02 +02:00
parent 076784d235
commit c48ca34e1b
3 changed files with 12 additions and 7 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
void *thread_outfile_remove (void *p);
int outcheck_ctx_init (outcheck_ctx_t *outcheck_ctx, const user_options_t *user_options, const folder_config_t *folder_config);
void outcheck_ctx_destroy (outcheck_ctx_t *outcheck_ctx);
int outcheck_ctx_init (hashcat_ctx_t *hashcat_ctx);
void outcheck_ctx_destroy (hashcat_ctx_t *hashcat_ctx);
#endif // _OUTFILE_CHECK_H