Update dictstat.c function parameters
This commit is contained in:
+6
-6
@@ -19,11 +19,11 @@
|
||||
|
||||
int sort_by_dictstat (const void *s1, const void *s2);
|
||||
|
||||
void dictstat_init (dictstat_ctx_t *dictstat_ctx, const user_options_t *user_options, const folder_config_t *folder_config);
|
||||
void dictstat_destroy (dictstat_ctx_t *dictstat_ctx);
|
||||
void dictstat_read (dictstat_ctx_t *dictstat_ctx);
|
||||
int dictstat_write (dictstat_ctx_t *dictstat_ctx);
|
||||
u64 dictstat_find (dictstat_ctx_t *dictstat_ctx, dictstat_t *d);
|
||||
void dictstat_append (dictstat_ctx_t *dictstat_ctx, dictstat_t *d);
|
||||
void dictstat_init (hashcat_ctx_t *hashcat_ctx);
|
||||
void dictstat_destroy (hashcat_ctx_t *hashcat_ctx);
|
||||
void dictstat_read (hashcat_ctx_t *hashcat_ctx);
|
||||
int dictstat_write (hashcat_ctx_t *hashcat_ctx);
|
||||
u64 dictstat_find (hashcat_ctx_t *hashcat_ctx, dictstat_t *d);
|
||||
void dictstat_append (hashcat_ctx_t *hashcat_ctx, dictstat_t *d);
|
||||
|
||||
#endif // _DICTSTAT_H
|
||||
|
||||
Reference in New Issue
Block a user