Update cpt.c function parameters

This commit is contained in:
jsteube
2016-10-06 10:26:47 +02:00
parent 077a94600d
commit 702c175f84
3 changed files with 16 additions and 11 deletions
+3 -3
View File
@@ -10,8 +10,8 @@
#include <errno.h>
#include <time.h>
int cpt_ctx_init (cpt_ctx_t *cpt_ctx, const user_options_t *user_options);
void cpt_ctx_destroy (cpt_ctx_t *cpt_ctx);
void cpt_ctx_reset (cpt_ctx_t *cpt_ctx);
int cpt_ctx_init (hashcat_ctx_t *hashcat_ctx);
void cpt_ctx_destroy (hashcat_ctx_t *hashcat_ctx);
void cpt_ctx_reset (hashcat_ctx_t *hashcat_ctx);
#endif // _CPT_H